Html Css Color HEX #EC971B Carrot Orange

📋 copy color: '#EC971B'

red 236 ◦ green 151 ◦ blue 27

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

Shades of Carrot Orange #EC971B

Tints of Carrot Orange #EC971B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.47%

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

R = 57%
G = 36.47%
B = 6.52%

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

#EC971B (or 0xEC971B) is known color: Carrot Orange. HEX triplet: EC, 97 and 1B. RGB value is (236,151,27). Sum of RGB (Red+Green+Blue) = 236+151+27=414 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.00% from 414); Green value is 151 (59.38% from 255 or 36.47% from 414); Blue value is 27 (10.94% from 255 or 6.52% from 414); Max value from RGB is 236 - color contains mainly: red. Hex color #EC971B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC971B is #1368E4. Grayscale: #A2A2A2. Windows color (decimal): -1272037 or 1808364. OLE color: 1808364.

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

Color convert

RGB 236 151 27 -
CMYK 0 0.36 0.89 0.07
HSL 35.6º 0.85% 0.52% -
HSV(B) 35.6º 0.89% 0.93% -
XYZ 45.86 40.05 6.35 -
YUV 162.28 51.66 180.58 -
System Red Green Blue C M Y K H S L
Decimal 236 151 27 0 0.36 0.89 0.07 35.6 0.85 0.52
Hex EC 97 1B 0 24 59 7 24 55 34
Octal 354 227 33 0 44 131 7 44 125 64
Binary 11101100 10010111 11011 0 100100 1011001 111 100100 1010101 110100

Color Harmonies of #EC971B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC971B

Black with #EC971B

Text Example


Text Example

White with #EC971B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC971B; }

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

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

background-color css

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

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

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

border-color css

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

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

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