Html Css Color HEX #EE9415 Carrot Orange

📋 copy color: '#EE9415'

red 238 ◦ green 148 ◦ blue 21

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

Shades of Carrot Orange #EE9415

Tints of Carrot Orange #EE9415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.16%

R = 58.48%
G = 36.36%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE9415 (or 0xEE9415) is known color: Carrot Orange. HEX triplet: EE, 94 and 15. RGB value is (238,148,21). Sum of RGB (Red+Green+Blue) = 238+148+21=407 (53% of max value = 765). Red value is 238 (93.36% from 255 or 58.48% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9415 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE9415 is #116BEA. Grayscale: #A1A1A1. Windows color (decimal): -1141739 or 1414382. OLE color: 1414382.

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

Color convert

RGB 238 148 21 -
CMYK 0 0.38 0.91 0.07
HSL 35.12º 0.86% 0.51% -
HSV(B) 35.12º 0.91% 0.93% -
XYZ 45.99 39.41 5.89 -
YUV 160.43 49.32 183.33 -
System Red Green Blue C M Y K H S L
Decimal 238 148 21 0 0.38 0.91 0.07 35.12 0.86 0.51
Hex EE 94 15 0 26 5B 7 23 56 33
Octal 356 224 25 0 46 133 7 43 126 63
Binary 11101110 10010100 10101 0 100110 1011011 111 100011 1010110 110011

Color Harmonies of #EE9415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE9415

Black with #EE9415

Text Example


Text Example

White with #EE9415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE9415; }

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

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

background-color css

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

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

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

border-color css

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

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

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