Html Css Color HEX #ECA805 Gamboge

📋 copy color: '#ECA805'

red 236 ◦ green 168 ◦ blue 5

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

Shades of Gamboge #ECA805

Tints of Gamboge #ECA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.08%

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

R = 57.7%
G = 41.08%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#ECA805 (or 0xECA805) is known color: Gamboge. HEX triplet: EC, A8 and 05. RGB value is (236,168,5). Sum of RGB (Red+Green+Blue) = 236+168+5=409 (54% of max value = 765). Red value is 236 (92.58% from 255 or 57.70% from 409); Green value is 168 (66.02% from 255 or 41.08% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 236 - color contains mainly: red. Hex color #ECA805 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #ECA805 is #1357FA. Grayscale: #AAAAAA. Windows color (decimal): -1267707 or 370924. OLE color: 370924.

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

Color convert

RGB 236 168 5 -
CMYK 0 0.29 0.98 0.07
HSL 42.34º 0.96% 0.47% -
HSV(B) 42.34º 0.98% 0.93% -
XYZ 48.62 45.85 6.43 -
YUV 169.75 35.03 175.25 -
System Red Green Blue C M Y K H S L
Decimal 236 168 5 0 0.29 0.98 0.07 42.34 0.96 0.47
Hex EC A8 5 0 1D 62 7 2A 60 2F
Octal 354 250 5 0 35 142 7 52 140 57
Binary 11101100 10101000 101 0 11101 1100010 111 101010 1100000 101111

Color Harmonies of #ECA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECA805

Black with #ECA805

Text Example


Text Example

White with #ECA805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECA805; }

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

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

background-color css

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

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

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

border-color css

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

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

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