Html Css Color HEX #EDCD76 Golden Sand

📋 copy color: '#EDCD76'

red 237 ◦ green 205 ◦ blue 118

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

Shades of Golden Sand #EDCD76

Tints of Golden Sand #EDCD76

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.61%

 BLUE value IS 118 (46.48% from 255) = 21.07%

R = 42.32%
G = 36.61%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#EDCD76 (or 0xEDCD76) is known color: Golden Sand. HEX triplet: ED, CD and 76. RGB value is (237,205,118). Sum of RGB (Red+Green+Blue) = 237+205+118=560 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.32% from 560); Green value is 205 (80.47% from 255 or 36.61% from 560); Blue value is 118 (46.48% from 255 or 21.07% from 560); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD76 is #123289. Grayscale: #CDCDCD. Windows color (decimal): -1192586 or 7785965. OLE color: 7785965.

HSL color Cylindrical-coordinate representation of color #EDCD76: hue angle of 43.87º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDCD76 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 118 -
CMYK 0 0.14 0.50 0.07
HSL 43.87º 0.77% 0.7% -
HSV(B) 43.87º 0.5% 0.93% -
XYZ 60.03 62.98 26.13 -
YUV 204.65 79.1 151.07 -
System Red Green Blue C M Y K H S L
Decimal 237 205 118 0 0.14 0.50 0.07 43.87 0.77 0.7
Hex ED CD 76 0 E 32 7 2C 4D 46
Octal 355 315 166 0 16 62 7 54 115 106
Binary 11101101 11001101 1110110 0 1110 110010 111 101100 1001101 1000110

Color Harmonies of #EDCD76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD76

Black with #EDCD76

Text Example


Text Example

White with #EDCD76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD76; }

 p { color: rgb(237,205,118); }

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

background-color css

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

 a { background-color: rgb(237,205,118); }

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

border-color css

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

 span { border-color: rgb(237,205,118); }

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