Html Css Color HEX #EC961D Carrot Orange

📋 copy color: '#EC961D'

red 236 ◦ green 150 ◦ blue 29

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

Shades of Carrot Orange #EC961D

Tints of Carrot Orange #EC961D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.14%

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

R = 56.87%
G = 36.14%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC961D (or 0xEC961D) is known color: Carrot Orange. HEX triplet: EC, 96 and 1D. RGB value is (236,150,29). Sum of RGB (Red+Green+Blue) = 236+150+29=415 (54% of max value = 765). Red value is 236 (92.58% from 255 or 56.87% from 415); Green value is 150 (58.98% from 255 or 36.14% from 415); Blue value is 29 (11.72% from 255 or 6.99% from 415); Max value from RGB is 236 - color contains mainly: red. Hex color #EC961D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC961D is #1369E2. Grayscale: #A2A2A2. Windows color (decimal): -1272291 or 1939180. OLE color: 1939180.

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

Color convert

RGB 236 150 29 -
CMYK 0 0.36 0.88 0.07
HSL 35.07º 0.84% 0.52% -
HSV(B) 35.07º 0.88% 0.93% -
XYZ 45.72 39.73 6.42 -
YUV 161.92 52.99 180.84 -
System Red Green Blue C M Y K H S L
Decimal 236 150 29 0 0.36 0.88 0.07 35.07 0.84 0.52
Hex EC 96 1D 0 24 58 7 23 54 34
Octal 354 226 35 0 44 130 7 43 124 64
Binary 11101100 10010110 11101 0 100100 1011000 111 100011 1010100 110100

Color Harmonies of #EC961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC961D

Black with #EC961D

Text Example


Text Example

White with #EC961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC961D; }

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

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

background-color css

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

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

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

border-color css

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

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

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