Html Css Color HEX #EC910F Gamboge

📋 copy color: '#EC910F'

red 236 ◦ green 145 ◦ blue 15

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

Shades of Gamboge #EC910F

Tints of Gamboge #EC910F

RGB

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

 GREEN value IS 145 (57.03% from 255) = 36.62%

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 59.6%
G = 36.62%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC910F (or 0xEC910F) is known color: Gamboge. HEX triplet: EC, 91 and 0F. RGB value is (236,145,15). Sum of RGB (Red+Green+Blue) = 236+145+15=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC910F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC910F is #136EF0. Grayscale: #9E9E9E. Windows color (decimal): -1273585 or 1020396. OLE color: 1020396.

HSL color Cylindrical-coordinate representation of color #EC910F: hue angle of 35.29º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EC910F is Cyan = 0, Magento = 0.39, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 145 15 -
CMYK 0 0.39 0.94 0.07
HSL 35.29º 0.88% 0.49% -
HSV(B) 35.29º 0.94% 0.93% -
XYZ 44.8 38.12 5.45 -
YUV 157.39 47.65 184.07 -
System Red Green Blue C M Y K H S L
Decimal 236 145 15 0 0.39 0.94 0.07 35.29 0.88 0.49
Hex EC 91 F 0 27 5E 7 23 58 31
Octal 354 221 17 0 47 136 7 43 130 61
Binary 11101100 10010001 1111 0 100111 1011110 111 100011 1011000 110001

Color Harmonies of #EC910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC910F

Black with #EC910F

Text Example


Text Example

White with #EC910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC910F; }

 p { color: rgb(236,145,15); }

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

background-color css

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

 a { background-color: rgb(236,145,15); }

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

border-color css

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

 span { border-color: rgb(236,145,15); }

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