Html Css Color HEX #EDD86E Golden Sand

📋 copy color: '#EDD86E'

red 237 ◦ green 216 ◦ blue 110

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

Shades of Golden Sand #EDD86E

Tints of Golden Sand #EDD86E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.37%

 BLUE value IS 110 (43.36% from 255) = 19.54%

R = 42.1%
G = 38.37%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDD86E (or 0xEDD86E) is known color: Golden Sand. HEX triplet: ED, D8 and 6E. RGB value is (237,216,110). Sum of RGB (Red+Green+Blue) = 237+216+110=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 216 (84.77% from 255 or 38.37% from 563); Blue value is 110 (43.36% from 255 or 19.54% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD86E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD86E is #122791. Grayscale: #D2D2D2. Windows color (decimal): -1189778 or 7264493. OLE color: 7264493.

HSL color Cylindrical-coordinate representation of color #EDD86E: hue angle of 50.08º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #EDD86E is Cyan = 0, Magento = 0.09, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 216 110 -
CMYK 0 0.09 0.54 0.07
HSL 50.08º 0.78% 0.68% -
HSV(B) 50.08º 0.54% 0.93% -
XYZ 62.3 68.24 24.64 -
YUV 210.2 71.46 147.12 -
System Red Green Blue C M Y K H S L
Decimal 237 216 110 0 0.09 0.54 0.07 50.08 0.78 0.68
Hex ED D8 6E 0 9 36 7 32 4E 44
Octal 355 330 156 0 11 66 7 62 116 104
Binary 11101101 11011000 1101110 0 1001 110110 111 110010 1001110 1000100

Color Harmonies of #EDD86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD86E

Black with #EDD86E

Text Example


Text Example

White with #EDD86E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD86E; }

 p { color: rgb(237,216,110); }

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

background-color css

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

 a { background-color: rgb(237,216,110); }

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

border-color css

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

 span { border-color: rgb(237,216,110); }

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