Html Css Color HEX #EC8122 Carrot Orange

📋 copy color: '#EC8122'

red 236 ◦ green 129 ◦ blue 34

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

Shades of Carrot Orange #EC8122

Tints of Carrot Orange #EC8122

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.33%

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

R = 59.15%
G = 32.33%
B = 8.52%

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

#EC8122 (or 0xEC8122) is known color: Carrot Orange. HEX triplet: EC, 81 and 22. RGB value is (236,129,34). Sum of RGB (Red+Green+Blue) = 236+129+34=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 129 (50.78% from 255 or 32.33% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC8122 is #137EDD. Grayscale: #969696. Windows color (decimal): -1277662 or 2261484. OLE color: 2261484.

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

Color convert

RGB 236 129 34 -
CMYK 0 0.45 0.86 0.07
HSL 28.22º 0.84% 0.53% -
HSV(B) 28.22º 0.86% 0.93% -
XYZ 42.73 33.65 5.76 -
YUV 150.16 62.45 189.22 -
System Red Green Blue C M Y K H S L
Decimal 236 129 34 0 0.45 0.86 0.07 28.22 0.84 0.53
Hex EC 81 22 0 2D 56 7 1C 54 35
Octal 354 201 42 0 55 126 7 34 124 65
Binary 11101100 10000001 100010 0 101101 1010110 111 11100 1010100 110101

Color Harmonies of #EC8122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8122

Black with #EC8122

Text Example


Text Example

White with #EC8122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8122; }

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

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

background-color css

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

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

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

border-color css

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

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

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