Html Css Color HEX #EDD76C Golden Sand

📋 copy color: '#EDD76C'

red 237 ◦ green 215 ◦ blue 108

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

Shades of Golden Sand #EDD76C

Tints of Golden Sand #EDD76C

RGB

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

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

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

R = 42.32%
G = 38.39%
B = 19.29%

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

#EDD76C (or 0xEDD76C) is known color: Golden Sand. HEX triplet: ED, D7 and 6C. RGB value is (237,215,108). Sum of RGB (Red+Green+Blue) = 237+215+108=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 108 (42.58% from 255 or 19.29% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD76C is #122893. Grayscale: #D1D1D1. Windows color (decimal): -1190036 or 7133165. OLE color: 7133165.

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

Color convert

RGB 237 215 108 -
CMYK 0 0.09 0.54 0.07
HSL 49.77º 0.78% 0.68% -
HSV(B) 49.77º 0.54% 0.93% -
XYZ 61.93 67.69 23.99 -
YUV 209.38 70.79 147.7 -
System Red Green Blue C M Y K H S L
Decimal 237 215 108 0 0.09 0.54 0.07 49.77 0.78 0.68
Hex ED D7 6C 0 9 36 7 32 4E 44
Octal 355 327 154 0 11 66 7 62 116 104
Binary 11101101 11010111 1101100 0 1001 110110 111 110010 1001110 1000100

Color Harmonies of #EDD76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD76C

Black with #EDD76C

Text Example


Text Example

White with #EDD76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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