Html Css Color HEX #EDDC07 Golden Yellow

📋 copy color: '#EDDC07'

red 237 ◦ green 220 ◦ blue 7

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

Shades of Golden Yellow #EDDC07

Tints of Golden Yellow #EDDC07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.51%

R = 51.08%
G = 47.41%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EDDC07 (or 0xEDDC07) is known color: Golden Yellow. HEX triplet: ED, DC and 07. RGB value is (237,220,7). Sum of RGB (Red+Green+Blue) = 237+220+7=464 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.08% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 7 (3.12% from 255 or 1.51% from 464); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDDC07 is #1223F8. Grayscale: #C9C9C9. Windows color (decimal): -1188857 or 515309. OLE color: 515309.

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

Color convert

RGB 237 220 7 -
CMYK 0 0.07 0.97 0.07
HSL 55.57º 0.94% 0.48% -
HSV(B) 55.57º 0.97% 0.93% -
XYZ 60.56 69.21 10.37 -
YUV 200.8 18.63 153.82 -
System Red Green Blue C M Y K H S L
Decimal 237 220 7 0 0.07 0.97 0.07 55.57 0.94 0.48
Hex ED DC 7 0 7 61 7 38 5E 30
Octal 355 334 7 0 7 141 7 70 136 60
Binary 11101101 11011100 111 0 111 1100001 111 111000 1011110 110000

Color Harmonies of #EDDC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDDC07

Black with #EDDC07

Text Example


Text Example

White with #EDDC07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDDC07; }

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

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

background-color css

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

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

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

border-color css

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

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

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