Html Css Color HEX #EE8120 Carrot Orange

📋 copy color: '#EE8120'

red 238 ◦ green 129 ◦ blue 32

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

Shades of Carrot Orange #EE8120

Tints of Carrot Orange #EE8120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

 BLUE value IS 32 (12.89% from 255) = 8.02%

R = 59.65%
G = 32.33%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EE8120 (or 0xEE8120) is known color: Carrot Orange. HEX triplet: EE, 81 and 20. RGB value is (238,129,32). Sum of RGB (Red+Green+Blue) = 238+129+32=399 (52% of max value = 765). Red value is 238 (93.36% from 255 or 59.65% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8120 is #117EDF. Grayscale: #979797. Windows color (decimal): -1146592 or 2130414. OLE color: 2130414.

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

Color convert

RGB 238 129 32 -
CMYK 0 0.46 0.87 0.07
HSL 28.25º 0.86% 0.53% -
HSV(B) 28.25º 0.87% 0.93% -
XYZ 43.37 33.98 5.64 -
YUV 150.53 61.11 190.39 -
System Red Green Blue C M Y K H S L
Decimal 238 129 32 0 0.46 0.87 0.07 28.25 0.86 0.53
Hex EE 81 20 0 2E 57 7 1C 56 35
Octal 356 201 40 0 56 127 7 34 126 65
Binary 11101110 10000001 100000 0 101110 1010111 111 11100 1010110 110101

Color Harmonies of #EE8120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8120

Black with #EE8120

Text Example


Text Example

White with #EE8120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8120; }

 p { color: rgb(238,129,32); }

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

background-color css

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

 a { background-color: rgb(238,129,32); }

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

border-color css

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

 span { border-color: rgb(238,129,32); }

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