Html Css Color HEX #EC951C Carrot Orange

📋 copy color: '#EC951C'

red 236 ◦ green 149 ◦ blue 28

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

Shades of Carrot Orange #EC951C

Tints of Carrot Orange #EC951C

RGB

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

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

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

R = 57.14%
G = 36.08%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC951C (or 0xEC951C) is known color: Carrot Orange. HEX triplet: EC, 95 and 1C. RGB value is (236,149,28). Sum of RGB (Red+Green+Blue) = 236+149+28=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 149 (58.59% from 255 or 36.08% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC951C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC951C is #136AE3. Grayscale: #A1A1A1. Windows color (decimal): -1272548 or 1873388. OLE color: 1873388.

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

Color convert

RGB 236 149 28 -
CMYK 0 0.37 0.88 0.07
HSL 34.9º 0.85% 0.52% -
HSV(B) 34.9º 0.88% 0.93% -
XYZ 45.55 39.41 6.31 -
YUV 161.22 52.82 181.34 -
System Red Green Blue C M Y K H S L
Decimal 236 149 28 0 0.37 0.88 0.07 34.9 0.85 0.52
Hex EC 95 1C 0 25 58 7 23 55 34
Octal 354 225 34 0 45 130 7 43 125 64
Binary 11101100 10010101 11100 0 100101 1011000 111 100011 1010101 110100

Color Harmonies of #EC951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC951C

Black with #EC951C

Text Example


Text Example

White with #EC951C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC951C; }

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

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

background-color css

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

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

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

border-color css

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

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

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