Html Css Color HEX #EC951F Carrot Orange

📋 copy color: '#EC951F'

red 236 ◦ green 149 ◦ blue 31

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

Shades of Carrot Orange #EC951F

Tints of Carrot Orange #EC951F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.45%

R = 56.73%
G = 35.82%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC951F (or 0xEC951F) is known color: Carrot Orange. HEX triplet: EC, 95 and 1F. RGB value is (236,149,31). Sum of RGB (Red+Green+Blue) = 236+149+31=416 (55% of max value = 765). Red value is 236 (92.58% from 255 or 56.73% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 31 (12.5% from 255 or 7.45% from 416); Max value from RGB is 236 - color contains mainly: red. Hex color #EC951F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC951F is #136AE0. Grayscale: #A2A2A2. Windows color (decimal): -1272545 or 2069996. OLE color: 2069996.

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

Color convert

RGB 236 149 31 -
CMYK 0 0.37 0.87 0.07
HSL 34.54º 0.84% 0.52% -
HSV(B) 34.54º 0.87% 0.93% -
XYZ 45.59 39.43 6.5 -
YUV 161.56 54.32 181.09 -
System Red Green Blue C M Y K H S L
Decimal 236 149 31 0 0.37 0.87 0.07 34.54 0.84 0.52
Hex EC 95 1F 0 25 57 7 23 54 34
Octal 354 225 37 0 45 127 7 43 124 64
Binary 11101100 10010101 11111 0 100101 1010111 111 100011 1010100 110100

Color Harmonies of #EC951F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC951F

Black with #EC951F

Text Example


Text Example

White with #EC951F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC951F; }

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

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

background-color css

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

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

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

border-color css

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

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

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