Html Css Color HEX #EDD565 Golden Sand

📋 copy color: '#EDD565'

red 237 ◦ green 213 ◦ blue 101

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

Shades of Golden Sand #EDD565

Tints of Golden Sand #EDD565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.33%

R = 43.01%
G = 38.66%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD565 (or 0xEDD565) is known color: Golden Sand. HEX triplet: ED, D5 and 65. RGB value is (237,213,101). Sum of RGB (Red+Green+Blue) = 237+213+101=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 213 (83.59% from 255 or 38.66% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD565 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD565 is #122A9A. Grayscale: #CFCFCF. Windows color (decimal): -1190555 or 6673901. OLE color: 6673901.

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

Color convert

RGB 237 213 101 -
CMYK 0 0.10 0.57 0.07
HSL 49.41º 0.79% 0.66% -
HSV(B) 49.41º 0.57% 0.93% -
XYZ 61.07 66.53 21.94 -
YUV 207.41 67.95 149.11 -
System Red Green Blue C M Y K H S L
Decimal 237 213 101 0 0.10 0.57 0.07 49.41 0.79 0.66
Hex ED D5 65 0 A 39 7 31 4F 42
Octal 355 325 145 0 12 71 7 61 117 102
Binary 11101101 11010101 1100101 0 1010 111001 111 110001 1001111 1000010

Color Harmonies of #EDD565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD565

Black with #EDD565

Text Example


Text Example

White with #EDD565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD565; }

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

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

background-color css

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

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

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

border-color css

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

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

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