Html Css Color HEX #EDD30E Gold

📋 copy color: '#EDD30E'

red 237 ◦ green 211 ◦ blue 14

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

Shades of Gold #EDD30E

Tints of Gold #EDD30E

RGB

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

 GREEN value IS 211 (82.81% from 255) = 45.67%

 BLUE value IS 14 (5.86% from 255) = 3.03%

R = 51.3%
G = 45.67%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EDD30E (or 0xEDD30E) is known color: Gold. HEX triplet: ED, D3 and 0E. RGB value is (237,211,14). Sum of RGB (Red+Green+Blue) = 237+211+14=462 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.30% from 462); Green value is 211 (82.81% from 255 or 45.67% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD30E is #122CF1. Grayscale: #C5C5C5. Windows color (decimal): -1191154 or 971757. OLE color: 971757.

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

Color convert

RGB 237 211 14 -
CMYK 0 0.11 0.94 0.07
HSL 53º 0.89% 0.49% -
HSV(B) 53º 0.94% 0.93% -
XYZ 58.3 64.62 9.82 -
YUV 196.32 25.11 157.02 -
System Red Green Blue C M Y K H S L
Decimal 237 211 14 0 0.11 0.94 0.07 53 0.89 0.49
Hex ED D3 E 0 B 5E 7 35 59 31
Octal 355 323 16 0 13 136 7 65 131 61
Binary 11101101 11010011 1110 0 1011 1011110 111 110101 1011001 110001

Color Harmonies of #EDD30E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD30E

Black with #EDD30E

Text Example


Text Example

White with #EDD30E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD30E; }

 p { color: rgb(237,211,14); }

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

background-color css

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

 a { background-color: rgb(237,211,14); }

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

border-color css

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

 span { border-color: rgb(237,211,14); }

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