Html Css Color HEX #EDD86C Golden Sand

📋 copy color: '#EDD86C'

red 237 ◦ green 216 ◦ blue 108

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

Shades of Golden Sand #EDD86C

Tints of Golden Sand #EDD86C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 19.25%

R = 42.25%
G = 38.5%
B = 19.25%

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

#EDD86C (or 0xEDD86C) is known color: Golden Sand. HEX triplet: ED, D8 and 6C. RGB value is (237,216,108). Sum of RGB (Red+Green+Blue) = 237+216+108=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 216 (84.77% from 255 or 38.50% from 561); Blue value is 108 (42.58% from 255 or 19.25% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD86C is #122793. Grayscale: #D2D2D2. Windows color (decimal): -1189780 or 7133421. OLE color: 7133421.

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

Color convert

RGB 237 216 108 -
CMYK 0 0.09 0.54 0.07
HSL 50.23º 0.78% 0.68% -
HSV(B) 50.23º 0.54% 0.93% -
XYZ 62.19 68.2 24.07 -
YUV 209.97 70.46 147.28 -
System Red Green Blue C M Y K H S L
Decimal 237 216 108 0 0.09 0.54 0.07 50.23 0.78 0.68
Hex ED D8 6C 0 9 36 7 32 4E 44
Octal 355 330 154 0 11 66 7 62 116 104
Binary 11101101 11011000 1101100 0 1001 110110 111 110010 1001110 1000100

Color Harmonies of #EDD86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD86C

Black with #EDD86C

Text Example


Text Example

White with #EDD86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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