Html Css Color HEX #EDAA10 Gamboge

📋 copy color: '#EDAA10'

red 237 ◦ green 170 ◦ blue 16

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

Shades of Gamboge #EDAA10

Tints of Gamboge #EDAA10

RGB

 RED value IS 237 (92.97% from 255) = 56.03%

 GREEN value IS 170 (66.8% from 255) = 40.19%

 BLUE value IS 16 (6.64% from 255) = 3.78%

R = 56.03%
G = 40.19%
B = 3.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#EDAA10 (or 0xEDAA10) is known color: Gamboge. HEX triplet: ED, AA and 10. RGB value is (237,170,16). Sum of RGB (Red+Green+Blue) = 237+170+16=423 (56% of max value = 765). Red value is 237 (92.97% from 255 or 56.03% from 423); Green value is 170 (66.80% from 255 or 40.19% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAA10 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAA10 is #1255EF. Grayscale: #ADADAD. Windows color (decimal): -1201648 or 1092333. OLE color: 1092333.

HSL color Cylindrical-coordinate representation of color #EDAA10: hue angle of 41.81º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EDAA10 is Cyan = 0, Magento = 0.28, Yellow = 0.93 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 170 16 -
CMYK 0 0.28 0.93 0.07
HSL 41.81º 0.87% 0.5% -
HSV(B) 41.81º 0.93% 0.93% -
XYZ 49.39 46.79 6.92 -
YUV 172.48 39.7 174.02 -
System Red Green Blue C M Y K H S L
Decimal 237 170 16 0 0.28 0.93 0.07 41.81 0.87 0.5
Hex ED AA 10 0 1C 5D 7 2A 57 32
Octal 355 252 20 0 34 135 7 52 127 62
Binary 11101101 10101010 10000 0 11100 1011101 111 101010 1010111 110010

Color Harmonies of #EDAA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAA10

Black with #EDAA10

Text Example


Text Example

White with #EDAA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAA10; }

 p { color: rgb(237,170,16); }

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

background-color css

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

 a { background-color: rgb(237,170,16); }

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

border-color css

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

 span { border-color: rgb(237,170,16); }

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