Html Css Color HEX #EC961B Carrot Orange

📋 copy color: '#EC961B'

red 236 ◦ green 150 ◦ blue 27

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

Shades of Carrot Orange #EC961B

Tints of Carrot Orange #EC961B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 57.14%
G = 36.32%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC961B (or 0xEC961B) is known color: Carrot Orange. HEX triplet: EC, 96 and 1B. RGB value is (236,150,27). Sum of RGB (Red+Green+Blue) = 236+150+27=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 150 (58.98% from 255 or 36.32% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC961B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC961B is #1369E4. Grayscale: #A2A2A2. Windows color (decimal): -1272293 or 1808108. OLE color: 1808108.

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

Color convert

RGB 236 150 27 -
CMYK 0 0.36 0.89 0.07
HSL 35.31º 0.85% 0.52% -
HSV(B) 35.31º 0.89% 0.93% -
XYZ 45.7 39.72 6.3 -
YUV 161.69 51.99 181 -
System Red Green Blue C M Y K H S L
Decimal 236 150 27 0 0.36 0.89 0.07 35.31 0.85 0.52
Hex EC 96 1B 0 24 59 7 23 55 34
Octal 354 226 33 0 44 131 7 43 125 64
Binary 11101100 10010110 11011 0 100100 1011001 111 100011 1010101 110100

Color Harmonies of #EC961B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC961B

Black with #EC961B

Text Example


Text Example

White with #EC961B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC961B; }

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

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

background-color css

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

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

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

border-color css

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

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

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