Html Css Color HEX #EDAB09 Gamboge

📋 copy color: '#EDAB09'

red 237 ◦ green 171 ◦ blue 9

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

Shades of Gamboge #EDAB09

Tints of Gamboge #EDAB09

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.01%

 BLUE value IS 9 (3.91% from 255) = 2.16%

R = 56.83%
G = 41.01%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDAB09 (or 0xEDAB09) is known color: Gamboge. HEX triplet: ED, AB and 09. RGB value is (237,171,9). Sum of RGB (Red+Green+Blue) = 237+171+9=417 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.83% from 417); Green value is 171 (67.19% from 255 or 41.01% from 417); Blue value is 9 (3.91% from 255 or 2.16% from 417); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAB09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAB09 is #1254F6. Grayscale: #ACACAC. Windows color (decimal): -1201399 or 633837. OLE color: 633837.

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

Color convert

RGB 237 171 9 -
CMYK 0 0.28 0.96 0.07
HSL 42.63º 0.93% 0.48% -
HSV(B) 42.63º 0.96% 0.93% -
XYZ 49.54 47.15 6.75 -
YUV 172.27 35.87 174.17 -
System Red Green Blue C M Y K H S L
Decimal 237 171 9 0 0.28 0.96 0.07 42.63 0.93 0.48
Hex ED AB 9 0 1C 60 7 2B 5D 30
Octal 355 253 11 0 34 140 7 53 135 60
Binary 11101101 10101011 1001 0 11100 1100000 111 101011 1011101 110000

Color Harmonies of #EDAB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAB09

Black with #EDAB09

Text Example


Text Example

White with #EDAB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAB09; }

 p { color: rgb(237,171,9); }

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

background-color css

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

 a { background-color: rgb(237,171,9); }

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

border-color css

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

 span { border-color: rgb(237,171,9); }

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