Html Css Color HEX #EC9805 Gamboge

📋 copy color: '#EC9805'

red 236 ◦ green 152 ◦ blue 5

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

Shades of Gamboge #EC9805

Tints of Gamboge #EC9805

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.27%

R = 60.05%
G = 38.68%
B = 1.27%

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

#EC9805 (or 0xEC9805) is known color: Gamboge. HEX triplet: EC, 98 and 05. RGB value is (236,152,5). Sum of RGB (Red+Green+Blue) = 236+152+5=393 (52% of max value = 765). Red value is 236 (92.58% from 255 or 60.05% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 5 (2.34% from 255 or 1.27% from 393); Max value from RGB is 236 - color contains mainly: red. Hex color #EC9805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EC9805 is #1367FA. Grayscale: #A1A1A1. Windows color (decimal): -1271803 or 366828. OLE color: 366828.

HSL color Cylindrical-coordinate representation of color #EC9805: hue angle of 38.18º degrees, saturation: 0.96, 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 #EC9805 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 152 5 -
CMYK 0 0.36 0.98 0.07
HSL 38.18º 0.96% 0.47% -
HSV(B) 38.18º 0.98% 0.93% -
XYZ 45.85 40.3 5.51 -
YUV 160.36 40.33 181.95 -
System Red Green Blue C M Y K H S L
Decimal 236 152 5 0 0.36 0.98 0.07 38.18 0.96 0.47
Hex EC 98 5 0 24 62 7 26 60 2F
Octal 354 230 5 0 44 142 7 46 140 57
Binary 11101100 10011000 101 0 100100 1100010 111 100110 1100000 101111

Color Harmonies of #EC9805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC9805

Black with #EC9805

Text Example


Text Example

White with #EC9805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC9805; }

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

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

background-color css

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

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

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

border-color css

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

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

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