Html Css Color HEX #EE821C Carrot Orange

📋 copy color: '#EE821C'

red 238 ◦ green 130 ◦ blue 28

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

Shades of Carrot Orange #EE821C

Tints of Carrot Orange #EE821C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.83%

 BLUE value IS 28 (11.33% from 255) = 7.07%

R = 60.1%
G = 32.83%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EE821C (or 0xEE821C) is known color: Carrot Orange. HEX triplet: EE, 82 and 1C. RGB value is (238,130,28). Sum of RGB (Red+Green+Blue) = 238+130+28=396 (52% of max value = 765). Red value is 238 (93.36% from 255 or 60.10% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 238 - color contains mainly: red. Hex color #EE821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE821C is #117DE3. Grayscale: #979797. Windows color (decimal): -1146340 or 1868526. OLE color: 1868526.

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

Color convert

RGB 238 130 28 -
CMYK 0 0.45 0.88 0.07
HSL 29.14º 0.86% 0.52% -
HSV(B) 29.14º 0.88% 0.93% -
XYZ 43.45 34.23 5.41 -
YUV 150.66 58.78 190.29 -
System Red Green Blue C M Y K H S L
Decimal 238 130 28 0 0.45 0.88 0.07 29.14 0.86 0.52
Hex EE 82 1C 0 2D 58 7 1D 56 34
Octal 356 202 34 0 55 130 7 35 126 64
Binary 11101110 10000010 11100 0 101101 1011000 111 11101 1010110 110100

Color Harmonies of #EE821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE821C

Black with #EE821C

Text Example


Text Example

White with #EE821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE821C; }

 p { color: rgb(238,130,28); }

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

background-color css

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

 a { background-color: rgb(238,130,28); }

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

border-color css

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

 span { border-color: rgb(238,130,28); }

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