Html Css Color HEX #EC9D06 Gamboge

📋 copy color: '#EC9D06'

red 236 ◦ green 157 ◦ blue 6

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

Shades of Gamboge #EC9D06

Tints of Gamboge #EC9D06

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.35%

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

R = 59.15%
G = 39.35%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC9D06 (or 0xEC9D06) is known color: Gamboge. HEX triplet: EC, 9D and 06. RGB value is (236,157,6). Sum of RGB (Red+Green+Blue) = 236+157+6=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 6 (2.73% from 255 or 1.50% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D06 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D06 is #1362F9. Grayscale: #A4A4A4. Windows color (decimal): -1270522 or 433644. OLE color: 433644.

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

Color convert

RGB 236 157 6 -
CMYK 0 0.33 0.97 0.07
HSL 39.39º 0.95% 0.47% -
HSV(B) 39.39º 0.97% 0.93% -
XYZ 46.68 41.96 5.81 -
YUV 163.41 39.17 179.78 -
System Red Green Blue C M Y K H S L
Decimal 236 157 6 0 0.33 0.97 0.07 39.39 0.95 0.47
Hex EC 9D 6 0 21 61 7 27 5F 2F
Octal 354 235 6 0 41 141 7 47 137 57
Binary 11101100 10011101 110 0 100001 1100001 111 100111 1011111 101111

Color Harmonies of #EC9D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D06

Black with #EC9D06

Text Example


Text Example

White with #EC9D06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D06; }

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

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

background-color css

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

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

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

border-color css

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

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

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