Html Css Color HEX #EDD502 Gold

📋 copy color: '#EDD502'

red 237 ◦ green 213 ◦ blue 2

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

Shades of Gold #EDD502

Tints of Gold #EDD502

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.12%

 BLUE value IS 2 (1.17% from 255) = 0.44%

R = 52.43%
G = 47.12%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.07

RGB Variations

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

Color information

#EDD502 (or 0xEDD502) is known color: Gold. HEX triplet: ED, D5 and 02. RGB value is (237,213,2). Sum of RGB (Red+Green+Blue) = 237+213+2=452 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.43% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 2 (1.17% from 255 or 0.44% from 452); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD502 is #122AFD. Grayscale: #C4C4C4. Windows color (decimal): -1190654 or 185837. OLE color: 185837.

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

Color convert

RGB 237 213 2 -
CMYK 0 0.10 0.99 0.07
HSL 53.87º 0.98% 0.47% -
HSV(B) 53.87º 0.99% 0.93% -
XYZ 58.73 65.6 9.62 -
YUV 196.12 18.45 157.16 -
System Red Green Blue C M Y K H S L
Decimal 237 213 2 0 0.10 0.99 0.07 53.87 0.98 0.47
Hex ED D5 2 0 A 63 7 36 62 2F
Octal 355 325 2 0 12 143 7 66 142 57
Binary 11101101 11010101 10 0 1010 1100011 111 110110 1100010 101111

Color Harmonies of #EDD502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD502

Black with #EDD502

Text Example


Text Example

White with #EDD502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD502; }

 p { color: rgb(237,213,2); }

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

background-color css

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

 a { background-color: rgb(237,213,2); }

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

border-color css

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

 span { border-color: rgb(237,213,2); }

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