Html Css Color HEX #EC9804 Gamboge

📋 copy color: '#EC9804'

red 236 ◦ green 152 ◦ blue 4

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

Shades of Gamboge #EC9804

Tints of Gamboge #EC9804

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.78%

 BLUE value IS 4 (1.95% from 255) = 1.02%

R = 60.2%
G = 38.78%
B = 1.02%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EC9804 (or 0xEC9804) is known color: Gamboge. HEX triplet: EC, 98 and 04. RGB value is (236,152,4). Sum of RGB (Red+Green+Blue) = 236+152+4=392 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.20% from 392); Green value is 152 (59.77% from 255 or 38.78% from 392); Blue value is 4 (1.95% from 255 or 1.02% from 392); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9804 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9804 is #1367FB. Grayscale: #A0A0A0. Windows color (decimal): -1271804 or 301292. OLE color: 301292.

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

Color convert

RGB 236 152 4 -
CMYK 0 0.36 0.98 0.07
HSL 38.28º 0.97% 0.47% -
HSV(B) 38.28º 0.98% 0.93% -
XYZ 45.84 40.3 5.48 -
YUV 160.24 39.83 182.03 -
System Red Green Blue C M Y K H S L
Decimal 236 152 4 0 0.36 0.98 0.07 38.28 0.97 0.47
Hex EC 98 4 0 24 62 7 26 61 2F
Octal 354 230 4 0 44 142 7 46 141 57
Binary 11101100 10011000 100 0 100100 1100010 111 100110 1100001 101111

Color Harmonies of #EC9804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9804

Black with #EC9804

Text Example


Text Example

White with #EC9804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9804; }

 p { color: rgb(236,152,4); }

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

background-color css

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

 a { background-color: rgb(236,152,4); }

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

border-color css

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

 span { border-color: rgb(236,152,4); }

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