Html Css Color HEX #EC951D Carrot Orange

📋 copy color: '#EC951D'

red 236 ◦ green 149 ◦ blue 29

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

Shades of Carrot Orange #EC951D

Tints of Carrot Orange #EC951D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7%

R = 57%
G = 35.99%
B = 7%

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

#EC951D (or 0xEC951D) is known color: Carrot Orange. HEX triplet: EC, 95 and 1D. RGB value is (236,149,29). Sum of RGB (Red+Green+Blue) = 236+149+29=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 149 (58.59% from 255 or 35.99% from 414); Blue value is 29 (11.72% from 255 or 7.00% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC951D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC951D is #136AE2. Grayscale: #A1A1A1. Windows color (decimal): -1272547 or 1938924. OLE color: 1938924.

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

Color convert

RGB 236 149 29 -
CMYK 0 0.37 0.88 0.07
HSL 34.78º 0.84% 0.52% -
HSV(B) 34.78º 0.88% 0.93% -
XYZ 45.56 39.42 6.37 -
YUV 161.33 53.32 181.26 -
System Red Green Blue C M Y K H S L
Decimal 236 149 29 0 0.37 0.88 0.07 34.78 0.84 0.52
Hex EC 95 1D 0 25 58 7 23 54 34
Octal 354 225 35 0 45 130 7 43 124 64
Binary 11101100 10010101 11101 0 100101 1011000 111 100011 1010100 110100

Color Harmonies of #EC951D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC951D

Black with #EC951D

Text Example


Text Example

White with #EC951D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC951D; }

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

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

background-color css

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

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

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

border-color css

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

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

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