Html Css Color HEX #EC9C0F Gamboge

📋 copy color: '#EC9C0F'

red 236 ◦ green 156 ◦ blue 15

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

Shades of Gamboge #EC9C0F

Tints of Gamboge #EC9C0F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

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

R = 57.99%
G = 38.33%
B = 3.69%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC9C0F (or 0xEC9C0F) is known color: Gamboge. HEX triplet: EC, 9C and 0F. RGB value is (236,156,15). Sum of RGB (Red+Green+Blue) = 236+156+15=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 15 (6.25% from 255 or 3.69% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C0F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C0F is #1363F0. Grayscale: #A4A4A4. Windows color (decimal): -1270769 or 1023212. OLE color: 1023212.

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

Color convert

RGB 236 156 15 -
CMYK 0 0.34 0.94 0.07
HSL 38.28º 0.88% 0.49% -
HSV(B) 38.28º 0.94% 0.93% -
XYZ 46.57 41.64 6.04 -
YUV 163.85 44 179.46 -
System Red Green Blue C M Y K H S L
Decimal 236 156 15 0 0.34 0.94 0.07 38.28 0.88 0.49
Hex EC 9C F 0 22 5E 7 26 58 31
Octal 354 234 17 0 42 136 7 46 130 61
Binary 11101100 10011100 1111 0 100010 1011110 111 100110 1011000 110001

Color Harmonies of #EC9C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C0F

Black with #EC9C0F

Text Example


Text Example

White with #EC9C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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