Html Css Color HEX #EC931E Carrot Orange

📋 copy color: '#EC931E'

red 236 ◦ green 147 ◦ blue 30

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

Shades of Carrot Orange #EC931E

Tints of Carrot Orange #EC931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.59%

 BLUE value IS 30 (12.11% from 255) = 7.26%

R = 57.14%
G = 35.59%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC931E (or 0xEC931E) is known color: Carrot Orange. HEX triplet: EC, 93 and 1E. RGB value is (236,147,30). Sum of RGB (Red+Green+Blue) = 236+147+30=413 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.14% from 413); Green value is 147 (57.81% from 255 or 35.59% from 413); Blue value is 30 (12.11% from 255 or 7.26% from 413); Max value from RGB is 236 - color contains mainly: red. Hex color #EC931E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EC931E is #136CE1. Grayscale: #A0A0A0. Windows color (decimal): -1273058 or 2003948. OLE color: 2003948.

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

Color convert

RGB 236 147 30 -
CMYK 0 0.38 0.87 0.07
HSL 34.08º 0.84% 0.52% -
HSV(B) 34.08º 0.87% 0.93% -
XYZ 45.26 38.79 6.33 -
YUV 160.27 54.49 182.01 -
System Red Green Blue C M Y K H S L
Decimal 236 147 30 0 0.38 0.87 0.07 34.08 0.84 0.52
Hex EC 93 1E 0 26 57 7 22 54 34
Octal 354 223 36 0 46 127 7 42 124 64
Binary 11101100 10010011 11110 0 100110 1010111 111 100010 1010100 110100

Color Harmonies of #EC931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC931E

Black with #EC931E

Text Example


Text Example

White with #EC931E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC931E; }

 p { color: rgb(236,147,30); }

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

background-color css

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

 a { background-color: rgb(236,147,30); }

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

border-color css

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

 span { border-color: rgb(236,147,30); }

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