Html Css Color HEX #EEA100 Orange Peel

📋 copy color: '#EEA100'

red 238 ◦ green 161 ◦ blue 0

#EEA100
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Peel #EEA100

Tints of Orange Peel #EEA100

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 value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EEA100 (or 0xEEA100) is known color: 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

RGB 238 161 0 -
CMYK 0 0.32 1 0.07
HSL 40.59º 1% 0.47% -
HSV(B) 40.59º 1% 0.93% -
XYZ 48 43.67 5.9 -
YUV 165.67 34.51 179.59 -
System Red Green Blue C M Y K H S L
Decimal 238 161 0 0 0.32 1 0.07 40.59 1 0.47
Hex EE A1 0 0 20 64 7 29 64 2F
Octal 356 241 0 0 40 144 7 51 144 57
Binary 11101110 10100001 0 0 100000 1100100 111 101001 1100100 101111

Color Harmonies of #EEA100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA100

Black with #EEA100

Text Example


Text Example

White with #EEA100

Text Example


Text Example

HTML Codes & Css Web 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>