Html Css Color HEX #EE9414 Carrot Orange

📋 copy color: '#EE9414'

red 238 ◦ green 148 ◦ blue 20

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

Shades of Carrot Orange #EE9414

Tints of Carrot Orange #EE9414

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.45%

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

R = 58.62%
G = 36.45%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#EE9414 (or 0xEE9414) is known color: Carrot Orange. HEX triplet: EE, 94 and 14. RGB value is (238,148,20). Sum of RGB (Red+Green+Blue) = 238+148+20=406 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.62% from 406); Green value is 148 (58.20% from 255 or 36.45% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9414 is #116BEB. Grayscale: #A0A0A0. Windows color (decimal): -1141740 or 1348846. OLE color: 1348846.

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

Color convert

RGB 238 148 20 -
CMYK 0 0.38 0.92 0.07
HSL 35.23º 0.87% 0.51% -
HSV(B) 35.23º 0.92% 0.93% -
XYZ 45.98 39.41 5.85 -
YUV 160.32 48.82 183.41 -
System Red Green Blue C M Y K H S L
Decimal 238 148 20 0 0.38 0.92 0.07 35.23 0.87 0.51
Hex EE 94 14 0 26 5C 7 23 57 33
Octal 356 224 24 0 46 134 7 43 127 63
Binary 11101110 10010100 10100 0 100110 1011100 111 100011 1010111 110011

Color Harmonies of #EE9414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9414

Black with #EE9414

Text Example


Text Example

White with #EE9414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9414; }

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

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

background-color css

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

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

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

border-color css

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

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

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