Html Css Color HEX #EC9C07 Gamboge

📋 copy color: '#EC9C07'

red 236 ◦ green 156 ◦ blue 7

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

Shades of Gamboge #EC9C07

Tints of Gamboge #EC9C07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 59.15%
G = 39.1%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC9C07 (or 0xEC9C07) is known color: Gamboge. HEX triplet: EC, 9C and 07. RGB value is (236,156,7). Sum of RGB (Red+Green+Blue) = 236+156+7=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 156 (61.33% from 255 or 39.10% from 399); Blue value is 7 (3.12% from 255 or 1.75% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C07 is #1363F8. Grayscale: #A3A3A3. Windows color (decimal): -1270777 or 498924. OLE color: 498924.

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

Color convert

RGB 236 156 7 -
CMYK 0 0.34 0.97 0.07
HSL 39.04º 0.94% 0.48% -
HSV(B) 39.04º 0.97% 0.93% -
XYZ 46.52 41.63 5.78 -
YUV 162.93 40 180.12 -
System Red Green Blue C M Y K H S L
Decimal 236 156 7 0 0.34 0.97 0.07 39.04 0.94 0.48
Hex EC 9C 7 0 22 61 7 27 5E 30
Octal 354 234 7 0 42 141 7 47 136 60
Binary 11101100 10011100 111 0 100010 1100001 111 100111 1011110 110000

Color Harmonies of #EC9C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C07

Black with #EC9C07

Text Example


Text Example

White with #EC9C07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C07; }

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

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

background-color css

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

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

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

border-color css

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

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

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