Html Css Color HEX #EDDC09 Golden Yellow

📋 copy color: '#EDDC09'

red 237 ◦ green 220 ◦ blue 9

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

Shades of Golden Yellow #EDDC09

Tints of Golden Yellow #EDDC09

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

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

R = 50.86%
G = 47.21%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EDDC09 (or 0xEDDC09) is known color: Golden Yellow. HEX triplet: ED, DC and 09. RGB value is (237,220,9). Sum of RGB (Red+Green+Blue) = 237+220+9=466 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.86% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 9 (3.91% from 255 or 1.93% from 466); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC09 is #1223F6. Grayscale: #C9C9C9. Windows color (decimal): -1188855 or 646381. OLE color: 646381.

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

Color convert

RGB 237 220 9 -
CMYK 0 0.07 0.96 0.07
HSL 55.53º 0.93% 0.48% -
HSV(B) 55.53º 0.96% 0.93% -
XYZ 60.57 69.21 10.43 -
YUV 201.03 19.63 153.66 -
System Red Green Blue C M Y K H S L
Decimal 237 220 9 0 0.07 0.96 0.07 55.53 0.93 0.48
Hex ED DC 9 0 7 60 7 38 5D 30
Octal 355 334 11 0 7 140 7 70 135 60
Binary 11101101 11011100 1001 0 111 1100000 111 111000 1011101 110000

Color Harmonies of #EDDC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC09

Black with #EDDC09

Text Example


Text Example

White with #EDDC09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC09; }

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

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

background-color css

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

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

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

border-color css

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

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

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