Html Css Color HEX #EE9214 Carrot Orange

📋 copy color: '#EE9214'

red 238 ◦ green 146 ◦ blue 20

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

Shades of Carrot Orange #EE9214

Tints of Carrot Orange #EE9214

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.14%

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

R = 58.91%
G = 36.14%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9214 (or 0xEE9214) is known color: Carrot Orange. HEX triplet: EE, 92 and 14. RGB value is (238,146,20). Sum of RGB (Red+Green+Blue) = 238+146+20=404 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.91% from 404); Green value is 146 (57.42% from 255 or 36.14% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9214 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9214 is #116DEB. Grayscale: #9F9F9F. Windows color (decimal): -1142252 or 1348334. OLE color: 1348334.

HSL color Cylindrical-coordinate representation of color #EE9214: hue angle of 34.68º 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 #EE9214 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 146 20 -
CMYK 0 0.39 0.92 0.07
HSL 34.68º 0.87% 0.51% -
HSV(B) 34.68º 0.92% 0.93% -
XYZ 45.67 38.79 5.74 -
YUV 159.14 49.48 184.25 -
System Red Green Blue C M Y K H S L
Decimal 238 146 20 0 0.39 0.92 0.07 34.68 0.87 0.51
Hex EE 92 14 0 27 5C 7 23 57 33
Octal 356 222 24 0 47 134 7 43 127 63
Binary 11101110 10010010 10100 0 100111 1011100 111 100011 1010111 110011

Color Harmonies of #EE9214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9214

Black with #EE9214

Text Example


Text Example

White with #EE9214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9214; }

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

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

background-color css

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

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

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

border-color css

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

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

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