Html Css Color HEX #EC9C06 Gamboge

📋 copy color: '#EC9C06'

red 236 ◦ green 156 ◦ blue 6

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

Shades of Gamboge #EC9C06

Tints of Gamboge #EC9C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.51%

R = 59.3%
G = 39.2%
B = 1.51%

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

#EC9C06 (or 0xEC9C06) is known color: Gamboge. HEX triplet: EC, 9C and 06. RGB value is (236,156,6). Sum of RGB (Red+Green+Blue) = 236+156+6=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 156 (61.33% from 255 or 39.20% from 398); Blue value is 6 (2.73% from 255 or 1.51% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9C06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9C06 is #1363F9. Grayscale: #A3A3A3. Windows color (decimal): -1270778 or 433388. OLE color: 433388.

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

Color convert

RGB 236 156 6 -
CMYK 0 0.34 0.97 0.07
HSL 39.13º 0.95% 0.47% -
HSV(B) 39.13º 0.97% 0.93% -
XYZ 46.51 41.62 5.75 -
YUV 162.82 39.5 180.2 -
System Red Green Blue C M Y K H S L
Decimal 236 156 6 0 0.34 0.97 0.07 39.13 0.95 0.47
Hex EC 9C 6 0 22 61 7 27 5F 2F
Octal 354 234 6 0 42 141 7 47 137 57
Binary 11101100 10011100 110 0 100010 1100001 111 100111 1011111 101111

Color Harmonies of #EC9C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9C06

Black with #EC9C06

Text Example


Text Example

White with #EC9C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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