Html Css Color HEX #EDD401 Gold

📋 copy color: '#EDD401'

red 237 ◦ green 212 ◦ blue 1

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

Shades of Gold #EDD401

Tints of Gold #EDD401

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.11%

 BLUE value IS 1 (0.78% from 255) = 0.22%

R = 52.67%
G = 47.11%
B = 0.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1.00

 K value IS 0.07

RGB Variations

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

Color information

#EDD401 (or 0xEDD401) is known color: Gold. HEX triplet: ED, D4 and 01. RGB value is (237,212,1). Sum of RGB (Red+Green+Blue) = 237+212+1=450 (59% of max value = 765). Red value is 237 (92.97% from 255 or 52.67% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD401 is #122BFE. Grayscale: #C4C4C4. Windows color (decimal): -1190911 or 120045. OLE color: 120045.

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

Color convert

RGB 237 212 1 -
CMYK 0 0.11 1.00 0.07
HSL 53.64º 0.99% 0.47% -
HSV(B) 53.64º 1% 0.93% -
XYZ 58.47 65.09 9.51 -
YUV 195.42 18.28 157.66 -
System Red Green Blue C M Y K H S L
Decimal 237 212 1 0 0.11 1.00 0.07 53.64 0.99 0.47
Hex ED D4 1 0 B 64 7 36 63 2F
Octal 355 324 1 0 13 144 7 66 143 57
Binary 11101101 11010100 1 0 1011 1100100 111 110110 1100011 101111

Color Harmonies of #EDD401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD401

Black with #EDD401

Text Example


Text Example

White with #EDD401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD401; }

 p { color: rgb(237,212,1); }

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

background-color css

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

 a { background-color: rgb(237,212,1); }

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

border-color css

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

 span { border-color: rgb(237,212,1); }

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