Html Css Color HEX #EE801D Carrot Orange

📋 copy color: '#EE801D'

red 238 ◦ green 128 ◦ blue 29

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

Shades of Carrot Orange #EE801D

Tints of Carrot Orange #EE801D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.41%

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 60.25%
G = 32.41%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE801D (or 0xEE801D) is known color: Carrot Orange. HEX triplet: EE, 80 and 1D. RGB value is (238,128,29). Sum of RGB (Red+Green+Blue) = 238+128+29=395 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.25% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 238 - color contains mainly: red. Hex color #EE801D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE801D is #117FE2. Grayscale: #969696. Windows color (decimal): -1146851 or 1933550. OLE color: 1933550.

HSL color Cylindrical-coordinate representation of color #EE801D: hue angle of 28.42º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EE801D is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 128 29 -
CMYK 0 0.46 0.88 0.07
HSL 28.42º 0.86% 0.52% -
HSV(B) 28.42º 0.88% 0.93% -
XYZ 43.2 33.7 5.39 -
YUV 149.6 59.94 191.05 -
System Red Green Blue C M Y K H S L
Decimal 238 128 29 0 0.46 0.88 0.07 28.42 0.86 0.52
Hex EE 80 1D 0 2E 58 7 1C 56 34
Octal 356 200 35 0 56 130 7 34 126 64
Binary 11101110 10000000 11101 0 101110 1011000 111 11100 1010110 110100

Color Harmonies of #EE801D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE801D

Black with #EE801D

Text Example


Text Example

White with #EE801D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE801D; }

 p { color: rgb(238,128,29); }

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

background-color css

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

 a { background-color: rgb(238,128,29); }

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

border-color css

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

 span { border-color: rgb(238,128,29); }

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