Html Css Color HEX #EE8321 Carrot Orange

📋 copy color: '#EE8321'

red 238 ◦ green 131 ◦ blue 33

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

Shades of Carrot Orange #EE8321

Tints of Carrot Orange #EE8321

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.59%

 BLUE value IS 33 (13.28% from 255) = 8.21%

R = 59.2%
G = 32.59%
B = 8.21%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EE8321 (or 0xEE8321) is known color: Carrot Orange. HEX triplet: EE, 83 and 21. RGB value is (238,131,33). Sum of RGB (Red+Green+Blue) = 238+131+33=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 33 (13.28% from 255 or 8.21% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8321 is #117CDE. Grayscale: #989898. Windows color (decimal): -1146079 or 2196462. OLE color: 2196462.

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

Color convert

RGB 238 131 33 -
CMYK 0 0.45 0.86 0.07
HSL 28.68º 0.86% 0.53% -
HSV(B) 28.68º 0.86% 0.93% -
XYZ 43.65 34.52 5.8 -
YUV 151.82 60.95 189.47 -
System Red Green Blue C M Y K H S L
Decimal 238 131 33 0 0.45 0.86 0.07 28.68 0.86 0.53
Hex EE 83 21 0 2D 56 7 1D 56 35
Octal 356 203 41 0 55 126 7 35 126 65
Binary 11101110 10000011 100001 0 101101 1010110 111 11101 1010110 110101

Color Harmonies of #EE8321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8321

Black with #EE8321

Text Example


Text Example

White with #EE8321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8321; }

 p { color: rgb(238,131,33); }

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

background-color css

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

 a { background-color: rgb(238,131,33); }

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

border-color css

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

 span { border-color: rgb(238,131,33); }

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