Html Css Color HEX #EC842A Carrot Orange

📋 copy color: '#EC842A'

red 236 ◦ green 132 ◦ blue 42

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

Shades of Carrot Orange #EC842A

Tints of Carrot Orange #EC842A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.24%

R = 57.56%
G = 32.2%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC842A (or 0xEC842A) is known color: Carrot Orange. HEX triplet: EC, 84 and 2A. RGB value is (236,132,42). Sum of RGB (Red+Green+Blue) = 236+132+42=410 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.56% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 236 - color contains mainly: red. Hex color #EC842A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC842A is #137BD5. Grayscale: #999999. Windows color (decimal): -1276886 or 2786540. OLE color: 2786540.

HSL color Cylindrical-coordinate representation of color #EC842A: hue angle of 27.84º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EC842A is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 132 42 -
CMYK 0 0.44 0.82 0.07
HSL 27.84º 0.84% 0.55% -
HSV(B) 27.84º 0.82% 0.93% -
XYZ 43.26 34.5 6.57 -
YUV 152.84 65.46 187.32 -
System Red Green Blue C M Y K H S L
Decimal 236 132 42 0 0.44 0.82 0.07 27.84 0.84 0.55
Hex EC 84 2A 0 2C 52 7 1C 54 37
Octal 354 204 52 0 54 122 7 34 124 67
Binary 11101100 10000100 101010 0 101100 1010010 111 11100 1010100 110111

Color Harmonies of #EC842A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC842A

Black with #EC842A

Text Example


Text Example

White with #EC842A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC842A; }

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

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

background-color css

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

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

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

border-color css

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

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

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