Html Css Color HEX #EDD765 Golden Sand

📋 copy color: '#EDD765'

red 237 ◦ green 215 ◦ blue 101

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

Shades of Golden Sand #EDD765

Tints of Golden Sand #EDD765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.88%

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

R = 42.86%
G = 38.88%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.07

RGB Variations

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

Color information

#EDD765 (or 0xEDD765) is known color: Golden Sand. HEX triplet: ED, D7 and 65. RGB value is (237,215,101). Sum of RGB (Red+Green+Blue) = 237+215+101=553 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.86% from 553); Green value is 215 (84.38% from 255 or 38.88% from 553); Blue value is 101 (39.84% from 255 or 18.26% from 553); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD765 is #12289A. Grayscale: #D1D1D1. Windows color (decimal): -1190043 or 6674413. OLE color: 6674413.

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

Color convert

RGB 237 215 101 -
CMYK 0 0.09 0.57 0.07
HSL 50.29º 0.79% 0.66% -
HSV(B) 50.29º 0.57% 0.93% -
XYZ 61.57 67.54 22.1 -
YUV 208.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 237 215 101 0 0.09 0.57 0.07 50.29 0.79 0.66
Hex ED D7 65 0 9 39 7 32 4F 42
Octal 355 327 145 0 11 71 7 62 117 102
Binary 11101101 11010111 1100101 0 1001 111001 111 110010 1001111 1000010

Color Harmonies of #EDD765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD765

Black with #EDD765

Text Example


Text Example

White with #EDD765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD765; }

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

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

background-color css

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

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

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

border-color css

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

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

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