Html Css Color HEX #EDC86C Golden Sand

📋 copy color: '#EDC86C'

red 237 ◦ green 200 ◦ blue 108

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

Shades of Golden Sand #EDC86C

Tints of Golden Sand #EDC86C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.7%

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

R = 43.49%
G = 36.7%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDC86C (or 0xEDC86C) is known color: Golden Sand. HEX triplet: ED, C8 and 6C. RGB value is (237,200,108). Sum of RGB (Red+Green+Blue) = 237+200+108=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC86C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC86C is #123793. Grayscale: #C8C8C8. Windows color (decimal): -1193876 or 7129325. OLE color: 7129325.

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

Color convert

RGB 237 200 108 -
CMYK 0 0.16 0.54 0.07
HSL 42.79º 0.78% 0.68% -
HSV(B) 42.79º 0.54% 0.93% -
XYZ 58.29 60.4 22.77 -
YUV 200.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 237 200 108 0 0.16 0.54 0.07 42.79 0.78 0.68
Hex ED C8 6C 0 10 36 7 2B 4E 44
Octal 355 310 154 0 20 66 7 53 116 104
Binary 11101101 11001000 1101100 0 10000 110110 111 101011 1001110 1000100

Color Harmonies of #EDC86C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC86C

Black with #EDC86C

Text Example


Text Example

White with #EDC86C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC86C; }

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

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

background-color css

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

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

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

border-color css

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

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

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