Html Css Color HEX #EE9014 Carrot Orange

📋 copy color: '#EE9014'

red 238 ◦ green 144 ◦ blue 20

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

Shades of Carrot Orange #EE9014

Tints of Carrot Orange #EE9014

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.82%

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

R = 59.2%
G = 35.82%
B = 4.98%

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

#EE9014 (or 0xEE9014) is known color: Carrot Orange. HEX triplet: EE, 90 and 14. RGB value is (238,144,20). Sum of RGB (Red+Green+Blue) = 238+144+20=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 144 (56.64% from 255 or 35.82% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9014 is #116FEB. Grayscale: #9E9E9E. Windows color (decimal): -1142764 or 1347822. OLE color: 1347822.

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

Color convert

RGB 238 144 20 -
CMYK 0 0.39 0.92 0.07
HSL 34.13º 0.87% 0.51% -
HSV(B) 34.13º 0.92% 0.93% -
XYZ 45.36 38.17 5.64 -
YUV 157.97 50.14 185.08 -
System Red Green Blue C M Y K H S L
Decimal 238 144 20 0 0.39 0.92 0.07 34.13 0.87 0.51
Hex EE 90 14 0 27 5C 7 22 57 33
Octal 356 220 24 0 47 134 7 42 127 63
Binary 11101110 10010000 10100 0 100111 1011100 111 100010 1010111 110011

Color Harmonies of #EE9014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9014

Black with #EE9014

Text Example


Text Example

White with #EE9014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9014; }

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

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

background-color css

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

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

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

border-color css

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

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

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