Html Css Color HEX #EDD50B Gold

📋 copy color: '#EDD50B'

red 237 ◦ green 213 ◦ blue 11

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

Shades of Gold #EDD50B

Tints of Gold #EDD50B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.39%

R = 51.41%
G = 46.2%
B = 2.39%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.07

RGB Variations

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

Color information

#EDD50B (or 0xEDD50B) is known color: Gold. HEX triplet: ED, D5 and 0B. RGB value is (237,213,11). Sum of RGB (Red+Green+Blue) = 237+213+11=461 (61% of max value = 765). Red value is 237 (92.97% from 255 or 51.41% from 461); Green value is 213 (83.59% from 255 or 46.20% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EDD50B is #122AF4. Grayscale: #C5C5C5. Windows color (decimal): -1190645 or 775661. OLE color: 775661.

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

Color convert

RGB 237 213 11 -
CMYK 0 0.10 0.95 0.07
HSL 53.63º 0.91% 0.49% -
HSV(B) 53.63º 0.95% 0.93% -
XYZ 58.78 65.62 9.88 -
YUV 197.15 22.95 156.43 -
System Red Green Blue C M Y K H S L
Decimal 237 213 11 0 0.10 0.95 0.07 53.63 0.91 0.49
Hex ED D5 B 0 A 5F 7 36 5B 31
Octal 355 325 13 0 12 137 7 66 133 61
Binary 11101101 11010101 1011 0 1010 1011111 111 110110 1011011 110001

Color Harmonies of #EDD50B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD50B

Black with #EDD50B

Text Example


Text Example

White with #EDD50B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD50B; }

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

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

background-color css

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

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

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

border-color css

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

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

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