Html Css Color HEX #EC821C Carrot Orange

📋 copy color: '#EC821C'

red 236 ◦ green 130 ◦ blue 28

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

Shades of Carrot Orange #EC821C

Tints of Carrot Orange #EC821C

RGB

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

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

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

R = 59.9%
G = 32.99%
B = 7.11%

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

#EC821C (or 0xEC821C) is known color: Carrot Orange. HEX triplet: EC, 82 and 1C. RGB value is (236,130,28). Sum of RGB (Red+Green+Blue) = 236+130+28=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 28 (11.33% from 255 or 7.11% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC821C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC821C is #137DE3. Grayscale: #969696. Windows color (decimal): -1277412 or 1868524. OLE color: 1868524.

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

Color convert

RGB 236 130 28 -
CMYK 0 0.45 0.88 0.07
HSL 29.42º 0.85% 0.52% -
HSV(B) 29.42º 0.88% 0.93% -
XYZ 42.78 33.88 5.38 -
YUV 150.07 59.12 189.29 -
System Red Green Blue C M Y K H S L
Decimal 236 130 28 0 0.45 0.88 0.07 29.42 0.85 0.52
Hex EC 82 1C 0 2D 58 7 1D 55 34
Octal 354 202 34 0 55 130 7 35 125 64
Binary 11101100 10000010 11100 0 101101 1011000 111 11101 1010101 110100

Color Harmonies of #EC821C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC821C

Black with #EC821C

Text Example


Text Example

White with #EC821C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC821C; }

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

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

background-color css

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

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

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

border-color css

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

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

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