Html Css Color HEX #EEA01C Carrot Orange

📋 copy color: '#EEA01C'

red 238 ◦ green 160 ◦ blue 28

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

Shades of Carrot Orange #EEA01C

Tints of Carrot Orange #EEA01C

RGB

 RED value IS 238 (93.36% from 255) = 55.87%

 GREEN value IS 160 (62.89% from 255) = 37.56%

 BLUE value IS 28 (11.33% from 255) = 6.57%

R = 55.87%
G = 37.56%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EEA01C (or 0xEEA01C) is known color: Carrot Orange. HEX triplet: EE, A0 and 1C. RGB value is (238,160,28). Sum of RGB (Red+Green+Blue) = 238+160+28=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 160 (62.89% from 255 or 37.56% from 426); Blue value is 28 (11.33% from 255 or 6.57% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA01C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EEA01C is #115FE3. Grayscale: #A8A8A8. Windows color (decimal): -1138660 or 1876206. OLE color: 1876206.

HSL color Cylindrical-coordinate representation of color #EEA01C: hue angle of 37.71º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EEA01C is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 160 28 -
CMYK 0 0.33 0.88 0.07
HSL 37.71º 0.86% 0.52% -
HSV(B) 37.71º 0.88% 0.93% -
XYZ 48.04 43.4 6.94 -
YUV 168.27 48.84 177.73 -
System Red Green Blue C M Y K H S L
Decimal 238 160 28 0 0.33 0.88 0.07 37.71 0.86 0.52
Hex EE A0 1C 0 21 58 7 26 56 34
Octal 356 240 34 0 41 130 7 46 126 64
Binary 11101110 10100000 11100 0 100001 1011000 111 100110 1010110 110100

Color Harmonies of #EEA01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEA01C

Black with #EEA01C

Text Example


Text Example

White with #EEA01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEA01C; }

 p { color: rgb(238,160,28); }

 H1.HeaderClassName
 {
   color: #EEA01C;
 }
 .AnyTagClassName
 {
   color: #EEA01C;
 }
</style>

background-color css

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

 a { background-color: rgb(238,160,28); }

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

border-color css

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

 span { border-color: rgb(238,160,28); }

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