Html Css Color HEX #EDD563 Golden Sand

📋 copy color: '#EDD563'

red 237 ◦ green 213 ◦ blue 99

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

Shades of Golden Sand #EDD563

Tints of Golden Sand #EDD563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.03%

R = 43.17%
G = 38.8%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EDD563 (or 0xEDD563) is known color: Golden Sand. HEX triplet: ED, D5 and 63. RGB value is (237,213,99). Sum of RGB (Red+Green+Blue) = 237+213+99=549 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.17% from 549); Green value is 213 (83.59% from 255 or 38.80% from 549); Blue value is 99 (39.06% from 255 or 18.03% from 549); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD563 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD563 is #122A9C. Grayscale: #CFCFCF. Windows color (decimal): -1190557 or 6542829. OLE color: 6542829.

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

Color convert

RGB 237 213 99 -
CMYK 0 0.10 0.58 0.07
HSL 49.57º 0.79% 0.66% -
HSV(B) 49.57º 0.58% 0.93% -
XYZ 60.97 66.49 21.43 -
YUV 207.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 237 213 99 0 0.10 0.58 0.07 49.57 0.79 0.66
Hex ED D5 63 0 A 3A 7 32 4F 42
Octal 355 325 143 0 12 72 7 62 117 102
Binary 11101101 11010101 1100011 0 1010 111010 111 110010 1001111 1000010

Color Harmonies of #EDD563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD563

Black with #EDD563

Text Example


Text Example

White with #EDD563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD563; }

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

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

background-color css

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

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

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

border-color css

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

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

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