Html Css Color HEX #EDAD09 Gamboge

📋 copy color: '#EDAD09'

red 237 ◦ green 173 ◦ blue 9

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

Shades of Gamboge #EDAD09

Tints of Gamboge #EDAD09

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.29%

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

R = 56.56%
G = 41.29%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDAD09 (or 0xEDAD09) is known color: Gamboge. HEX triplet: ED, AD and 09. RGB value is (237,173,9). Sum of RGB (Red+Green+Blue) = 237+173+9=419 (55% of max value = 765). Red value is 237 (92.97% from 255 or 56.56% from 419); Green value is 173 (67.97% from 255 or 41.29% from 419); Blue value is 9 (3.91% from 255 or 2.15% from 419); Max value from RGB is 237 - color contains mainly: red. Hex color #EDAD09 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #EDAD09 is #1252F6. Grayscale: #AEAEAE. Windows color (decimal): -1200887 or 634349. OLE color: 634349.

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

Color convert

RGB 237 173 9 -
CMYK 0 0.27 0.96 0.07
HSL 43.16º 0.93% 0.48% -
HSV(B) 43.16º 0.96% 0.93% -
XYZ 49.92 47.91 6.88 -
YUV 173.44 35.2 173.34 -
System Red Green Blue C M Y K H S L
Decimal 237 173 9 0 0.27 0.96 0.07 43.16 0.93 0.48
Hex ED AD 9 0 1B 60 7 2B 5D 30
Octal 355 255 11 0 33 140 7 53 135 60
Binary 11101101 10101101 1001 0 11011 1100000 111 101011 1011101 110000

Color Harmonies of #EDAD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDAD09

Black with #EDAD09

Text Example


Text Example

White with #EDAD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDAD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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