Html Css Color HEX #EC962D Carrot Orange

📋 copy color: '#EC962D'

red 236 ◦ green 150 ◦ blue 45

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

Shades of Carrot Orange #EC962D

Tints of Carrot Orange #EC962D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.44%

R = 54.76%
G = 34.8%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC962D (or 0xEC962D) is known color: Carrot Orange. HEX triplet: EC, 96 and 2D. RGB value is (236,150,45). Sum of RGB (Red+Green+Blue) = 236+150+45=431 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.76% from 431); Green value is 150 (58.98% from 255 or 34.80% from 431); Blue value is 45 (17.97% from 255 or 10.44% from 431); Max value from RGB is 236 - color contains mainly: red. Hex color #EC962D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC962D is #1369D2. Grayscale: #A4A4A4. Windows color (decimal): -1272275 or 2987756. OLE color: 2987756.

HSL color Cylindrical-coordinate representation of color #EC962D: hue angle of 32.98º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EC962D is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 150 45 -
CMYK 0 0.36 0.81 0.07
HSL 32.98º 0.83% 0.55% -
HSV(B) 32.98º 0.81% 0.93% -
XYZ 45.97 39.84 7.75 -
YUV 163.74 60.99 179.54 -
System Red Green Blue C M Y K H S L
Decimal 236 150 45 0 0.36 0.81 0.07 32.98 0.83 0.55
Hex EC 96 2D 0 24 51 7 21 53 37
Octal 354 226 55 0 44 121 7 41 123 67
Binary 11101100 10010110 101101 0 100100 1010001 111 100001 1010011 110111

Color Harmonies of #EC962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC962D

Black with #EC962D

Text Example


Text Example

White with #EC962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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