Html Css Color HEX #EE8515 Carrot Orange

📋 copy color: '#EE8515'

red 238 ◦ green 133 ◦ blue 21

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

Shades of Carrot Orange #EE8515

Tints of Carrot Orange #EE8515

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.93%

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

R = 60.71%
G = 33.93%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.07

RGB Variations

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

Color information

#EE8515 (or 0xEE8515) is known color: Carrot Orange. HEX triplet: EE, 85 and 15. RGB value is (238,133,21). Sum of RGB (Red+Green+Blue) = 238+133+21=392 (51% of max value = 765). Red value is 238 (93.36% from 255 or 60.71% from 392); Green value is 133 (52.34% from 255 or 33.93% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EE8515 is #117AEA. Grayscale: #989898. Windows color (decimal): -1145579 or 1410542. OLE color: 1410542.

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

Color convert

RGB 238 133 21 -
CMYK 0 0.44 0.91 0.07
HSL 30.97º 0.86% 0.51% -
HSV(B) 30.97º 0.91% 0.93% -
XYZ 43.78 35.01 5.16 -
YUV 151.63 54.29 189.61 -
System Red Green Blue C M Y K H S L
Decimal 238 133 21 0 0.44 0.91 0.07 30.97 0.86 0.51
Hex EE 85 15 0 2C 5B 7 1F 56 33
Octal 356 205 25 0 54 133 7 37 126 63
Binary 11101110 10000101 10101 0 101100 1011011 111 11111 1010110 110011

Color Harmonies of #EE8515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8515

Black with #EE8515

Text Example


Text Example

White with #EE8515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8515; }

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

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

background-color css

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

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

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

border-color css

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

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

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