Html Css Color HEX #EE8222 Carrot Orange

📋 copy color: '#EE8222'

red 238 ◦ green 130 ◦ blue 34

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

Shades of Carrot Orange #EE8222

Tints of Carrot Orange #EE8222

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.46%

R = 59.2%
G = 32.34%
B = 8.46%

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

#EE8222 (or 0xEE8222) is known color: Carrot Orange. HEX triplet: EE, 82 and 22. RGB value is (238,130,34). Sum of RGB (Red+Green+Blue) = 238+130+34=402 (53% of max value = 765). Red value is 238 (93.36% from 255 or 59.20% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 238 - color contains mainly: red. Hex color #EE8222 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EE8222 is #117DDD. Grayscale: #979797. Windows color (decimal): -1146334 or 2261742. OLE color: 2261742.

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

Color convert

RGB 238 130 34 -
CMYK 0 0.45 0.86 0.07
HSL 28.24º 0.86% 0.53% -
HSV(B) 28.24º 0.86% 0.93% -
XYZ 43.53 34.26 5.83 -
YUV 151.35 61.78 189.81 -
System Red Green Blue C M Y K H S L
Decimal 238 130 34 0 0.45 0.86 0.07 28.24 0.86 0.53
Hex EE 82 22 0 2D 56 7 1C 56 35
Octal 356 202 42 0 55 126 7 34 126 65
Binary 11101110 10000010 100010 0 101101 1010110 111 11100 1010110 110101

Color Harmonies of #EE8222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE8222

Black with #EE8222

Text Example


Text Example

White with #EE8222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE8222; }

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

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

background-color css

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

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

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

border-color css

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

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

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