Html Css Color HEX #EDDA09 Golden Yellow

📋 copy color: '#EDDA09'

red 237 ◦ green 218 ◦ blue 9

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

Shades of Golden Yellow #EDDA09

Tints of Golden Yellow #EDDA09

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.98%

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

R = 51.08%
G = 46.98%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDDA09 (or 0xEDDA09) is known color: Golden Yellow. HEX triplet: ED, DA and 09. RGB value is (237,218,9). Sum of RGB (Red+Green+Blue) = 237+218+9=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 218 (85.55% from 255 or 46.98% from 464); Blue value is 9 (3.91% from 255 or 1.94% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDA09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDA09 is #1225F6. Grayscale: #C8C8C8. Windows color (decimal): -1189367 or 645869. OLE color: 645869.

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

Color convert

RGB 237 218 9 -
CMYK 0 0.08 0.96 0.07
HSL 55º 0.93% 0.48% -
HSV(B) 55º 0.96% 0.93% -
XYZ 60.05 68.17 10.25 -
YUV 199.86 20.29 154.49 -
System Red Green Blue C M Y K H S L
Decimal 237 218 9 0 0.08 0.96 0.07 55 0.93 0.48
Hex ED DA 9 0 8 60 7 37 5D 30
Octal 355 332 11 0 10 140 7 67 135 60
Binary 11101101 11011010 1001 0 1000 1100000 111 110111 1011101 110000

Color Harmonies of #EDDA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDA09

Black with #EDDA09

Text Example


Text Example

White with #EDDA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDA09; }

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

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

background-color css

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

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

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

border-color css

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

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

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