Html Css Color HEX #EC952A Carrot Orange

📋 copy color: '#EC952A'

red 236 ◦ green 149 ◦ blue 42

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

Shades of Carrot Orange #EC952A

Tints of Carrot Orange #EC952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 34.89%

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

R = 55.27%
G = 34.89%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#EC952A (or 0xEC952A) is known color: Carrot Orange. HEX triplet: EC, 95 and 2A. RGB value is (236,149,42). Sum of RGB (Red+Green+Blue) = 236+149+42=427 (56% of max value = 765). Red value is 236 (92.58% from 255 or 55.27% from 427); Green value is 149 (58.59% from 255 or 34.89% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 236 - color contains mainly: red. Hex color #EC952A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC952A is #136AD5. Grayscale: #A3A3A3. Windows color (decimal): -1272534 or 2790892. OLE color: 2790892.

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

Color convert

RGB 236 149 42 -
CMYK 0 0.37 0.82 0.07
HSL 33.09º 0.84% 0.55% -
HSV(B) 33.09º 0.82% 0.93% -
XYZ 45.76 39.49 7.4 -
YUV 162.82 59.82 180.2 -
System Red Green Blue C M Y K H S L
Decimal 236 149 42 0 0.37 0.82 0.07 33.09 0.84 0.55
Hex EC 95 2A 0 25 52 7 21 54 37
Octal 354 225 52 0 45 122 7 41 124 67
Binary 11101100 10010101 101010 0 100101 1010010 111 100001 1010100 110111

Color Harmonies of #EC952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC952A

Black with #EC952A

Text Example


Text Example

White with #EC952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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