Html Css Color HEX #EDDD04 Golden Yellow

📋 copy color: '#EDDD04'

red 237 ◦ green 221 ◦ blue 4

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

Shades of Golden Yellow #EDDD04

Tints of Golden Yellow #EDDD04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.87%

R = 51.3%
G = 47.84%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDDD04 (or 0xEDDD04) is known color: Golden Yellow. HEX triplet: ED, DD and 04. RGB value is (237,221,4). Sum of RGB (Red+Green+Blue) = 237+221+4=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 4 (1.95% from 255 or 0.87% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDD04 is #1222FB. Grayscale: #C9C9C9. Windows color (decimal): -1188604 or 318957. OLE color: 318957.

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

Color convert

RGB 237 221 4 -
CMYK 0 0.07 0.98 0.07
HSL 55.88º 0.97% 0.47% -
HSV(B) 55.88º 0.98% 0.93% -
XYZ 60.8 69.73 10.37 -
YUV 201.05 16.8 153.64 -
System Red Green Blue C M Y K H S L
Decimal 237 221 4 0 0.07 0.98 0.07 55.88 0.97 0.47
Hex ED DD 4 0 7 62 7 38 61 2F
Octal 355 335 4 0 7 142 7 70 141 57
Binary 11101101 11011101 100 0 111 1100010 111 111000 1100001 101111

Color Harmonies of #EDDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDD04

Black with #EDDD04

Text Example


Text Example

White with #EDDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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