Html Css Color HEX #EDD473 Golden Sand

📋 copy color: '#EDD473'

red 237 ◦ green 212 ◦ blue 115

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

Shades of Golden Sand #EDD473

Tints of Golden Sand #EDD473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.39%

R = 42.02%
G = 37.59%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDD473 (or 0xEDD473) is known color: Golden Sand. HEX triplet: ED, D4 and 73. RGB value is (237,212,115). Sum of RGB (Red+Green+Blue) = 237+212+115=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD473 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD473 is #122B8C. Grayscale: #D0D0D0. Windows color (decimal): -1190797 or 7591149. OLE color: 7591149.

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

Color convert

RGB 237 212 115 -
CMYK 0 0.11 0.51 0.07
HSL 47.7º 0.77% 0.69% -
HSV(B) 47.7º 0.51% 0.93% -
XYZ 61.56 66.33 25.78 -
YUV 208.42 75.28 148.39 -
System Red Green Blue C M Y K H S L
Decimal 237 212 115 0 0.11 0.51 0.07 47.7 0.77 0.69
Hex ED D4 73 0 B 33 7 30 4D 45
Octal 355 324 163 0 13 63 7 60 115 105
Binary 11101101 11010100 1110011 0 1011 110011 111 110000 1001101 1000101

Color Harmonies of #EDD473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD473

Black with #EDD473

Text Example


Text Example

White with #EDD473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD473; }

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

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

background-color css

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

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

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

border-color css

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

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

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