Html Css Color HEX #EE8115 Carrot Orange

📋 copy color: '#EE8115'

red 238 ◦ green 129 ◦ blue 21

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

Shades of Carrot Orange #EE8115

Tints of Carrot Orange #EE8115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.25%

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

R = 61.34%
G = 33.25%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE8115 (or 0xEE8115) is known color: Carrot Orange. HEX triplet: EE, 81 and 15. RGB value is (238,129,21). Sum of RGB (Red+Green+Blue) = 238+129+21=388 (51% of max value = 765). Red value is 238 (93.36% from 255 or 61.34% from 388); Green value is 129 (50.78% from 255 or 33.25% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8115 is #117EEA. Grayscale: #959595. Windows color (decimal): -1146603 or 1409518. OLE color: 1409518.

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

Color convert

RGB 238 129 21 -
CMYK 0 0.46 0.91 0.07
HSL 29.86º 0.86% 0.51% -
HSV(B) 29.86º 0.91% 0.93% -
XYZ 43.25 33.93 4.98 -
YUV 149.28 55.61 191.28 -
System Red Green Blue C M Y K H S L
Decimal 238 129 21 0 0.46 0.91 0.07 29.86 0.86 0.51
Hex EE 81 15 0 2E 5B 7 1E 56 33
Octal 356 201 25 0 56 133 7 36 126 63
Binary 11101110 10000001 10101 0 101110 1011011 111 11110 1010110 110011

Color Harmonies of #EE8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8115

Black with #EE8115

Text Example


Text Example

White with #EE8115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8115; }

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

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

background-color css

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

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

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

border-color css

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

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

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