Html Css Color HEX #EDD004 Gold

📋 copy color: '#EDD004'

red 237 ◦ green 208 ◦ blue 4

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

Shades of Gold #EDD004

Tints of Gold #EDD004

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.33%

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

R = 52.78%
G = 46.33%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#EDD004 (or 0xEDD004) is known color: Gold. HEX triplet: ED, D0 and 04. RGB value is (237,208,4). Sum of RGB (Red+Green+Blue) = 237+208+4=449 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.78% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD004 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD004 is #122FFB. Grayscale: #C2C2C2. Windows color (decimal): -1191932 or 315629. OLE color: 315629.

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

Color convert

RGB 237 208 4 -
CMYK 0 0.12 0.98 0.07
HSL 52.53º 0.97% 0.47% -
HSV(B) 52.53º 0.98% 0.93% -
XYZ 57.5 63.13 9.27 -
YUV 193.42 21.11 159.09 -
System Red Green Blue C M Y K H S L
Decimal 237 208 4 0 0.12 0.98 0.07 52.53 0.97 0.47
Hex ED D0 4 0 C 62 7 35 61 2F
Octal 355 320 4 0 14 142 7 65 141 57
Binary 11101101 11010000 100 0 1100 1100010 111 110101 1100001 101111

Color Harmonies of #EDD004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD004

Black with #EDD004

Text Example


Text Example

White with #EDD004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD004; }

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

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

background-color css

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

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

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

border-color css

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

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

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