Html Css Color HEX #EC9D08 Gamboge

📋 copy color: '#EC9D08'

red 236 ◦ green 157 ◦ blue 8

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

Shades of Gamboge #EC9D08

Tints of Gamboge #EC9D08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2%

R = 58.85%
G = 39.15%
B = 2%

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

#EC9D08 (or 0xEC9D08) is known color: Gamboge. HEX triplet: EC, 9D and 08. RGB value is (236,157,8). Sum of RGB (Red+Green+Blue) = 236+157+8=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 157 (61.72% from 255 or 39.15% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9D08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9D08 is #1362F7. Grayscale: #A4A4A4. Windows color (decimal): -1270520 or 564716. OLE color: 564716.

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

Color convert

RGB 236 157 8 -
CMYK 0 0.33 0.97 0.07
HSL 39.21º 0.93% 0.48% -
HSV(B) 39.21º 0.97% 0.93% -
XYZ 46.69 41.96 5.87 -
YUV 163.64 40.17 179.62 -
System Red Green Blue C M Y K H S L
Decimal 236 157 8 0 0.33 0.97 0.07 39.21 0.93 0.48
Hex EC 9D 8 0 21 61 7 27 5D 30
Octal 354 235 10 0 41 141 7 47 135 60
Binary 11101100 10011101 1000 0 100001 1100001 111 100111 1011101 110000

Color Harmonies of #EC9D08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9D08

Black with #EC9D08

Text Example


Text Example

White with #EC9D08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9D08; }

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

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

background-color css

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

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

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

border-color css

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

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

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