Html Css Color HEX #EDD96C Golden Sand

📋 copy color: '#EDD96C'

red 237 ◦ green 217 ◦ blue 108

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

Shades of Golden Sand #EDD96C

Tints of Golden Sand #EDD96C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.61%

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

R = 42.17%
G = 38.61%
B = 19.22%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.54

 K value IS 0.07

RGB Variations

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

Color information

#EDD96C (or 0xEDD96C) is known color: Golden Sand. HEX triplet: ED, D9 and 6C. RGB value is (237,217,108). Sum of RGB (Red+Green+Blue) = 237+217+108=562 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.17% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 108 (42.58% from 255 or 19.22% from 562); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD96C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDD96C is #122693. Grayscale: #D3D3D3. Windows color (decimal): -1189524 or 7133677. OLE color: 7133677.

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

Color convert

RGB 237 217 108 -
CMYK 0 0.08 0.54 0.07
HSL 50.7º 0.78% 0.68% -
HSV(B) 50.7º 0.54% 0.93% -
XYZ 62.44 68.71 24.16 -
YUV 210.55 70.13 146.86 -
System Red Green Blue C M Y K H S L
Decimal 237 217 108 0 0.08 0.54 0.07 50.7 0.78 0.68
Hex ED D9 6C 0 8 36 7 33 4E 44
Octal 355 331 154 0 10 66 7 63 116 104
Binary 11101101 11011001 1101100 0 1000 110110 111 110011 1001110 1000100

Color Harmonies of #EDD96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD96C

Black with #EDD96C

Text Example


Text Example

White with #EDD96C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD96C; }

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

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

background-color css

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

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

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

border-color css

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

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

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