Html Css Color HEX #EDD564 Golden Sand

📋 copy color: '#EDD564'

red 237 ◦ green 213 ◦ blue 100

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

Shades of Golden Sand #EDD564

Tints of Golden Sand #EDD564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 18.18%

R = 43.09%
G = 38.73%
B = 18.18%

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

#EDD564 (or 0xEDD564) is known color: Golden Sand. HEX triplet: ED, D5 and 64. RGB value is (237,213,100). Sum of RGB (Red+Green+Blue) = 237+213+100=550 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.09% from 550); Green value is 213 (83.59% from 255 or 38.73% from 550); Blue value is 100 (39.45% from 255 or 18.18% from 550); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD564 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD564 is #122A9B. Grayscale: #CFCFCF. Windows color (decimal): -1190556 or 6608365. OLE color: 6608365.

HSL color Cylindrical-coordinate representation of color #EDD564: hue angle of 49.49º 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 #EDD564 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 213 100 -
CMYK 0 0.10 0.58 0.07
HSL 49.49º 0.79% 0.66% -
HSV(B) 49.49º 0.58% 0.93% -
XYZ 61.02 66.51 21.68 -
YUV 207.29 67.45 149.19 -
System Red Green Blue C M Y K H S L
Decimal 237 213 100 0 0.10 0.58 0.07 49.49 0.79 0.66
Hex ED D5 64 0 A 3A 7 31 4F 42
Octal 355 325 144 0 12 72 7 61 117 102
Binary 11101101 11010101 1100100 0 1010 111010 111 110001 1001111 1000010

Color Harmonies of #EDD564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD564

Black with #EDD564

Text Example


Text Example

White with #EDD564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD564; }

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

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

background-color css

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

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

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

border-color css

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

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

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