Html Css Color HEX #EDCD5E Golden Sand

📋 copy color: '#EDCD5E'

red 237 ◦ green 205 ◦ blue 94

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

Shades of Golden Sand #EDCD5E

Tints of Golden Sand #EDCD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 17.54%

R = 44.22%
G = 38.25%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDCD5E (or 0xEDCD5E) is known color: Golden Sand. HEX triplet: ED, CD and 5E. RGB value is (237,205,94). Sum of RGB (Red+Green+Blue) = 237+205+94=536 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.22% from 536); Green value is 205 (80.47% from 255 or 38.25% from 536); Blue value is 94 (37.11% from 255 or 17.54% from 536); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCD5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCD5E is #1232A1. Grayscale: #CACACA. Windows color (decimal): -1192610 or 6213101. OLE color: 6213101.

HSL color Cylindrical-coordinate representation of color #EDCD5E: hue angle of 46.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EDCD5E is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 205 94 -
CMYK 0 0.14 0.60 0.07
HSL 46.57º 0.8% 0.65% -
HSV(B) 46.57º 0.6% 0.93% -
XYZ 58.78 62.48 19.55 -
YUV 201.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 237 205 94 0 0.14 0.60 0.07 46.57 0.8 0.65
Hex ED CD 5E 0 E 3C 7 2F 50 41
Octal 355 315 136 0 16 74 7 57 120 101
Binary 11101101 11001101 1011110 0 1110 111100 111 101111 1010000 1000001

Color Harmonies of #EDCD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDCD5E

Black with #EDCD5E

Text Example


Text Example

White with #EDCD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDCD5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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