Html Css Color HEX #EDDC04 Golden Yellow

📋 copy color: '#EDDC04'

red 237 ◦ green 220 ◦ blue 4

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

Shades of Golden Yellow #EDDC04

Tints of Golden Yellow #EDDC04

RGB

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

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

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

R = 51.41%
G = 47.72%
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

#EDDC04 (or 0xEDDC04) is known color: Golden Yellow. HEX triplet: ED, DC and 04. RGB value is (237,220,4). Sum of RGB (Red+Green+Blue) = 237+220+4=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 220 (86.33% from 255 or 47.72% from 461); Blue value is 4 (1.95% from 255 or 0.87% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC04 is #1223FB. Grayscale: #C9C9C9. Windows color (decimal): -1188860 or 318701. OLE color: 318701.

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

Color convert

RGB 237 220 4 -
CMYK 0 0.07 0.98 0.07
HSL 55.62º 0.97% 0.47% -
HSV(B) 55.62º 0.98% 0.93% -
XYZ 60.54 69.2 10.28 -
YUV 200.46 17.13 154.06 -
System Red Green Blue C M Y K H S L
Decimal 237 220 4 0 0.07 0.98 0.07 55.62 0.97 0.47
Hex ED DC 4 0 7 62 7 38 61 2F
Octal 355 334 4 0 7 142 7 70 141 57
Binary 11101101 11011100 100 0 111 1100010 111 111000 1100001 101111

Color Harmonies of #EDDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC04

Black with #EDDC04

Text Example


Text Example

White with #EDDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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