Html Css Color HEX #EE8316 Carrot Orange

📋 copy color: '#EE8316'

red 238 ◦ green 131 ◦ blue 22

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

Shades of Carrot Orange #EE8316

Tints of Carrot Orange #EE8316

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.5%

 BLUE value IS 22 (8.98% from 255) = 5.63%

R = 60.87%
G = 33.5%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE8316 (or 0xEE8316) is known color: Carrot Orange. HEX triplet: EE, 83 and 16. RGB value is (238,131,22). Sum of RGB (Red+Green+Blue) = 238+131+22=391 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.87% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 22 (8.98% from 255 or 5.63% from 391); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8316 is #117CE9. Grayscale: #979797. Windows color (decimal): -1146090 or 1475566. OLE color: 1475566.

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

Color convert

RGB 238 131 22 -
CMYK 0 0.45 0.91 0.07
HSL 30.28º 0.86% 0.51% -
HSV(B) 30.28º 0.91% 0.93% -
XYZ 43.52 34.47 5.12 -
YUV 150.57 55.45 190.36 -
System Red Green Blue C M Y K H S L
Decimal 238 131 22 0 0.45 0.91 0.07 30.28 0.86 0.51
Hex EE 83 16 0 2D 5B 7 1E 56 33
Octal 356 203 26 0 55 133 7 36 126 63
Binary 11101110 10000011 10110 0 101101 1011011 111 11110 1010110 110011

Color Harmonies of #EE8316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8316

Black with #EE8316

Text Example


Text Example

White with #EE8316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8316; }

 p { color: rgb(238,131,22); }

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

background-color css

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

 a { background-color: rgb(238,131,22); }

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

border-color css

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

 span { border-color: rgb(238,131,22); }

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