Html Css Color HEX #EC841C Carrot Orange

📋 copy color: '#EC841C'

red 236 ◦ green 132 ◦ blue 28

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

Shades of Carrot Orange #EC841C

Tints of Carrot Orange #EC841C

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.33%

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

R = 59.6%
G = 33.33%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC841C (or 0xEC841C) is known color: Carrot Orange. HEX triplet: EC, 84 and 1C. RGB value is (236,132,28). Sum of RGB (Red+Green+Blue) = 236+132+28=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 28 (11.33% from 255 or 7.07% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC841C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC841C is #137BE3. Grayscale: #979797. Windows color (decimal): -1276900 or 1869036. OLE color: 1869036.

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

Color convert

RGB 236 132 28 -
CMYK 0 0.44 0.88 0.07
HSL 30º 0.85% 0.52% -
HSV(B) 30º 0.88% 0.93% -
XYZ 43.05 34.42 5.47 -
YUV 151.24 58.46 188.46 -
System Red Green Blue C M Y K H S L
Decimal 236 132 28 0 0.44 0.88 0.07 30 0.85 0.52
Hex EC 84 1C 0 2C 58 7 1E 55 34
Octal 354 204 34 0 54 130 7 36 125 64
Binary 11101100 10000100 11100 0 101100 1011000 111 11110 1010101 110100

Color Harmonies of #EC841C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC841C

Black with #EC841C

Text Example


Text Example

White with #EC841C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC841C; }

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

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

background-color css

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

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

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

border-color css

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

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

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