Html Css Color HEX #EDDC05 Golden Yellow

📋 copy color: '#EDDC05'

red 237 ◦ green 220 ◦ blue 5

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

Shades of Golden Yellow #EDDC05

Tints of Golden Yellow #EDDC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.08%

R = 51.3%
G = 47.62%
B = 1.08%

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

#EDDC05 (or 0xEDDC05) is known color: Golden Yellow. HEX triplet: ED, DC and 05. RGB value is (237,220,5). Sum of RGB (Red+Green+Blue) = 237+220+5=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 5 (2.34% from 255 or 1.08% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC05 is #1223FA. Grayscale: #C9C9C9. Windows color (decimal): -1188859 or 384237. OLE color: 384237.

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

Color convert

RGB 237 220 5 -
CMYK 0 0.07 0.98 0.07
HSL 55.6º 0.96% 0.47% -
HSV(B) 55.6º 0.98% 0.93% -
XYZ 60.55 69.2 10.31 -
YUV 200.57 17.63 153.98 -
System Red Green Blue C M Y K H S L
Decimal 237 220 5 0 0.07 0.98 0.07 55.6 0.96 0.47
Hex ED DC 5 0 7 62 7 38 60 2F
Octal 355 334 5 0 7 142 7 70 140 57
Binary 11101101 11011100 101 0 111 1100010 111 111000 1100000 101111

Color Harmonies of #EDDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC05

Black with #EDDC05

Text Example


Text Example

White with #EDDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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