Html Css Color HEX #EDDC00 Golden Yellow

📋 copy color: '#EDDC00'

red 237 ◦ green 220 ◦ blue 0

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

Shades of Golden Yellow #EDDC00

Tints of Golden Yellow #EDDC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.86%
G = 48.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#EDDC00 (or 0xEDDC00) is known color: Golden Yellow. HEX triplet: ED, DC and 00. RGB value is (237,220,0). Sum of RGB (Red+Green+Blue) = 237+220+0=457 (60% of max value = 765). Red value is 237 (92.97% from 255 or 51.86% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 0 (0.39% from 255 or 0% from 457); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC00 is #1223FF. Grayscale: #C8C8C8. Windows color (decimal): -1188864 or 56557. OLE color: 56557.

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

Color convert

RGB 237 220 0 -
CMYK 0 0.07 1 0.07
HSL 55.7º 1% 0.46% -
HSV(B) 55.7º 1% 0.93% -
XYZ 60.52 69.19 10.17 -
YUV 200 15.13 154.39 -
System Red Green Blue C M Y K H S L
Decimal 237 220 0 0 0.07 1 0.07 55.7 1 0.46
Hex ED DC 0 0 7 64 7 38 64 2E
Octal 355 334 0 0 7 144 7 70 144 56
Binary 11101101 11011100 0 0 111 1100100 111 111000 1100100 101110

Color Harmonies of #EDDC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC00

Black with #EDDC00

Text Example


Text Example

White with #EDDC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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