Html Css Color HEX #EC8322 Carrot Orange

📋 copy color: '#EC8322'

red 236 ◦ green 131 ◦ blue 34

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

Shades of Carrot Orange #EC8322

Tints of Carrot Orange #EC8322

RGB

 RED value IS 236 (92.58% from 255) = 58.85%

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

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

R = 58.85%
G = 32.67%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC8322 (or 0xEC8322) is known color: Carrot Orange. HEX triplet: EC, 83 and 22. RGB value is (236,131,34). Sum of RGB (Red+Green+Blue) = 236+131+34=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 131 (51.56% from 255 or 32.67% from 401); Blue value is 34 (13.67% from 255 or 8.48% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8322 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8322 is #137CDD. Grayscale: #979797. Windows color (decimal): -1277150 or 2261996. OLE color: 2261996.

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

Color convert

RGB 236 131 34 -
CMYK 0 0.44 0.86 0.07
HSL 28.81º 0.84% 0.53% -
HSV(B) 28.81º 0.86% 0.93% -
XYZ 43 34.18 5.84 -
YUV 151.34 61.79 188.39 -
System Red Green Blue C M Y K H S L
Decimal 236 131 34 0 0.44 0.86 0.07 28.81 0.84 0.53
Hex EC 83 22 0 2C 56 7 1D 54 35
Octal 354 203 42 0 54 126 7 35 124 65
Binary 11101100 10000011 100010 0 101100 1010110 111 11101 1010100 110101

Color Harmonies of #EC8322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8322

Black with #EC8322

Text Example


Text Example

White with #EC8322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8322; }

 p { color: rgb(236,131,34); }

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

background-color css

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

 a { background-color: rgb(236,131,34); }

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

border-color css

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

 span { border-color: rgb(236,131,34); }

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