Html Css Color HEX #EDDD09 Golden Yellow

📋 copy color: '#EDDD09'

red 237 ◦ green 221 ◦ blue 9

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

Shades of Golden Yellow #EDDD09

Tints of Golden Yellow #EDDD09

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.32%

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

R = 50.75%
G = 47.32%
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

#EDDD09 (or 0xEDDD09) is known color: Golden Yellow. HEX triplet: ED, DD and 09. RGB value is (237,221,9). Sum of RGB (Red+Green+Blue) = 237+221+9=467 (61% of max value = 765). Red value is 237 (92.97% from 255 or 50.75% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 9 (3.91% from 255 or 1.93% from 467); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD09 is #1222F6. Grayscale: #CACACA. Windows color (decimal): -1188599 or 646637. OLE color: 646637.

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

Color convert

RGB 237 221 9 -
CMYK 0 0.07 0.96 0.07
HSL 55.79º 0.93% 0.48% -
HSV(B) 55.79º 0.96% 0.93% -
XYZ 60.83 69.74 10.51 -
YUV 201.62 19.3 153.24 -
System Red Green Blue C M Y K H S L
Decimal 237 221 9 0 0.07 0.96 0.07 55.79 0.93 0.48
Hex ED DD 9 0 7 60 7 38 5D 30
Octal 355 335 11 0 7 140 7 70 135 60
Binary 11101101 11011101 1001 0 111 1100000 111 111000 1011101 110000

Color Harmonies of #EDDD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD09

Black with #EDDD09

Text Example


Text Example

White with #EDDD09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD09; }

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

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

background-color css

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

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

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

border-color css

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

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

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