#eea100

Color #EEA100 Orange Peel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Peel #EEA100

Tints of Orange Peel #EEA100

Color information

#EEA100 (or 0xEEA100) is unknown color: approx Orange Peel. HEX triplet: EE, A1 and 00. RGB value is (238,161,0). Sum of RGB (Red+Green+Blue) = 238+161+0=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 161 (63.28% from 255 or 40.35% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA100 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EEA100 is #115EFF. Grayscale: #A6A6A6. Windows color (decimal): -1138432 or 41454. OLE color: 41454.

HSL color Cylindrical-coordinate representation of color #EEA100: hue angle of 40.59º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EEA100 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB2381610-
CMYK00.3210.07
HSL40.59º100%46.67%-
HSV(B)40.59º100%93.33%-
XYZ4843.675.9-
YUV165.6734.51179.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 238 (93.36% from 255) = 59.65%
GREEN value IS 161 (63.28% from 255) = 40.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.65%
G=40.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238161000.3210.0740.5910046.67
HexEEA1002064729642f
Octal356241004014475114457
Binary11101110101000010010000011001001111010011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eea100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eea100; }

 p { color: rgb(238,161,0); }

 H1.HeaderClassName
 {
   color: #eea100;
 }
 .AnyTagClassName
 {
   color: #eea100;
 }
</style>
background-color css

<style>
 a { background-color: #eea100; }

 a { background-color: rgb(238,161,0); }

 div.DivClassName
 {
   background-color: #eea100;
 }
 .BgClassName
 {
   background-color: #eea100;
 }
</style>
border-color css

<style>
 span { border-color: #eea100; }

 span { border-color: rgb(238,161,0); }

 td.TdClassName
 {
   border-color: #eea100;
 }
 .TagClassName
 {
   border-color: #eea100;
 }
</style>