Html Css Color HEX #EC9F0C Gamboge

📋 copy color: '#EC9F0C'

red 236 ◦ green 159 ◦ blue 12

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

Shades of Gamboge #EC9F0C

Tints of Gamboge #EC9F0C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 39.07%

 BLUE value IS 12 (5.08% from 255) = 2.95%

R = 57.99%
G = 39.07%
B = 2.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EC9F0C (or 0xEC9F0C) is known color: Gamboge. HEX triplet: EC, 9F and 0C. RGB value is (236,159,12). Sum of RGB (Red+Green+Blue) = 236+159+12=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 159 (62.5% from 255 or 39.07% from 407); Blue value is 12 (5.08% from 255 or 2.95% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9F0C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9F0C is #1360F3. Grayscale: #A5A5A5. Windows color (decimal): -1270004 or 827372. OLE color: 827372.

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

Color convert

RGB 236 159 12 -
CMYK 0 0.33 0.95 0.07
HSL 39.38º 0.9% 0.49% -
HSV(B) 39.38º 0.95% 0.93% -
XYZ 47.06 42.66 6.1 -
YUV 165.27 41.51 178.45 -
System Red Green Blue C M Y K H S L
Decimal 236 159 12 0 0.33 0.95 0.07 39.38 0.9 0.49
Hex EC 9F C 0 21 5F 7 27 5A 31
Octal 354 237 14 0 41 137 7 47 132 61
Binary 11101100 10011111 1100 0 100001 1011111 111 100111 1011010 110001

Color Harmonies of #EC9F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9F0C

Black with #EC9F0C

Text Example


Text Example

White with #EC9F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9F0C; }

 p { color: rgb(236,159,12); }

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

background-color css

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

 a { background-color: rgb(236,159,12); }

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

border-color css

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

 span { border-color: rgb(236,159,12); }

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