Html Css Color HEX #EC941B Carrot Orange

📋 copy color: '#EC941B'

red 236 ◦ green 148 ◦ blue 27

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

Shades of Carrot Orange #EC941B

Tints of Carrot Orange #EC941B

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 57.42%
G = 36.01%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC941B (or 0xEC941B) is known color: Carrot Orange. HEX triplet: EC, 94 and 1B. RGB value is (236,148,27). Sum of RGB (Red+Green+Blue) = 236+148+27=411 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.42% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 27 (10.94% from 255 or 6.57% from 411); Max value from RGB is 236 - color contains mainly: red. Hex color #EC941B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC941B is #136BE4. Grayscale: #A1A1A1. Windows color (decimal): -1272805 or 1807596. OLE color: 1807596.

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

Color convert

RGB 236 148 27 -
CMYK 0 0.37 0.89 0.07
HSL 34.74º 0.85% 0.52% -
HSV(B) 34.74º 0.89% 0.93% -
XYZ 45.38 39.09 6.19 -
YUV 160.52 52.65 181.84 -
System Red Green Blue C M Y K H S L
Decimal 236 148 27 0 0.37 0.89 0.07 34.74 0.85 0.52
Hex EC 94 1B 0 25 59 7 23 55 34
Octal 354 224 33 0 45 131 7 43 125 64
Binary 11101100 10010100 11011 0 100101 1011001 111 100011 1010101 110100

Color Harmonies of #EC941B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC941B

Black with #EC941B

Text Example


Text Example

White with #EC941B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC941B; }

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

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

background-color css

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

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

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

border-color css

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

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

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