Html Css Color HEX #EC821B Carrot Orange

📋 copy color: '#EC821B'

red 236 ◦ green 130 ◦ blue 27

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

Shades of Carrot Orange #EC821B

Tints of Carrot Orange #EC821B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.87%

R = 60.05%
G = 33.08%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC821B (or 0xEC821B) is known color: Carrot Orange. HEX triplet: EC, 82 and 1B. RGB value is (236,130,27). Sum of RGB (Red+Green+Blue) = 236+130+27=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 130 (51.17% from 255 or 33.08% from 393); Blue value is 27 (10.94% from 255 or 6.87% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC821B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC821B is #137DE4. Grayscale: #969696. Windows color (decimal): -1277413 or 1802988. OLE color: 1802988.

HSL color Cylindrical-coordinate representation of color #EC821B: hue angle of 29.57º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC821B is Cyan = 0, Magento = 0.45, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 130 27 -
CMYK 0 0.45 0.89 0.07
HSL 29.57º 0.85% 0.52% -
HSV(B) 29.57º 0.89% 0.93% -
XYZ 42.77 33.88 5.32 -
YUV 149.95 58.62 189.38 -
System Red Green Blue C M Y K H S L
Decimal 236 130 27 0 0.45 0.89 0.07 29.57 0.85 0.52
Hex EC 82 1B 0 2D 59 7 1E 55 34
Octal 354 202 33 0 55 131 7 36 125 64
Binary 11101100 10000010 11011 0 101101 1011001 111 11110 1010101 110100

Color Harmonies of #EC821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC821B

Black with #EC821B

Text Example


Text Example

White with #EC821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC821B; }

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

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

background-color css

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

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

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

border-color css

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

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

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