Html Css Color HEX #EE8214 Carrot Orange

📋 copy color: '#EE8214'

red 238 ◦ green 130 ◦ blue 20

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

Shades of Carrot Orange #EE8214

Tints of Carrot Orange #EE8214

RGB

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

 GREEN value IS 130 (51.17% from 255) = 33.51%

 BLUE value IS 20 (8.2% from 255) = 5.15%

R = 61.34%
G = 33.51%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE8214 (or 0xEE8214) is known color: Carrot Orange. HEX triplet: EE, 82 and 14. RGB value is (238,130,20). Sum of RGB (Red+Green+Blue) = 238+130+20=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 130 (51.17% from 255 or 33.51% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8214 is #117DEB. Grayscale: #969696. Windows color (decimal): -1146348 or 1344238. OLE color: 1344238.

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

Color convert

RGB 238 130 20 -
CMYK 0 0.45 0.92 0.07
HSL 30.28º 0.87% 0.51% -
HSV(B) 30.28º 0.92% 0.93% -
XYZ 43.37 34.19 4.98 -
YUV 149.75 54.78 190.94 -
System Red Green Blue C M Y K H S L
Decimal 238 130 20 0 0.45 0.92 0.07 30.28 0.87 0.51
Hex EE 82 14 0 2D 5C 7 1E 57 33
Octal 356 202 24 0 55 134 7 36 127 63
Binary 11101110 10000010 10100 0 101101 1011100 111 11110 1010111 110011

Color Harmonies of #EE8214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8214

Black with #EE8214

Text Example


Text Example

White with #EE8214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8214; }

 p { color: rgb(238,130,20); }

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

background-color css

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

 a { background-color: rgb(238,130,20); }

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

border-color css

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

 span { border-color: rgb(238,130,20); }

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