Html Css Color HEX #EC821D Carrot Orange

📋 copy color: '#EC821D'

red 236 ◦ green 130 ◦ blue 29

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

Shades of Carrot Orange #EC821D

Tints of Carrot Orange #EC821D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.34%

R = 59.75%
G = 32.91%
B = 7.34%

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

#EC821D (or 0xEC821D) is known color: Carrot Orange. HEX triplet: EC, 82 and 1D. RGB value is (236,130,29). Sum of RGB (Red+Green+Blue) = 236+130+29=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC821D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC821D is #137DE2. Grayscale: #969696. Windows color (decimal): -1277411 or 1934060. OLE color: 1934060.

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

Color convert

RGB 236 130 29 -
CMYK 0 0.45 0.88 0.07
HSL 29.28º 0.84% 0.52% -
HSV(B) 29.28º 0.88% 0.93% -
XYZ 42.8 33.89 5.45 -
YUV 150.18 59.62 189.21 -
System Red Green Blue C M Y K H S L
Decimal 236 130 29 0 0.45 0.88 0.07 29.28 0.84 0.52
Hex EC 82 1D 0 2D 58 7 1D 54 34
Octal 354 202 35 0 55 130 7 35 124 64
Binary 11101100 10000010 11101 0 101101 1011000 111 11101 1010100 110100

Color Harmonies of #EC821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC821D

Black with #EC821D

Text Example


Text Example

White with #EC821D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC821D; }

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

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

background-color css

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

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

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

border-color css

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

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

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