Html Css Color HEX #EDC85E Golden Sand

📋 copy color: '#EDC85E'

red 237 ◦ green 200 ◦ blue 94

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

Shades of Golden Sand #EDC85E

Tints of Golden Sand #EDC85E

RGB

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

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

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

R = 44.63%
G = 37.66%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EDC85E (or 0xEDC85E) is known color: Golden Sand. HEX triplet: ED, C8 and 5E. RGB value is (237,200,94). Sum of RGB (Red+Green+Blue) = 237+200+94=531 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.63% from 531); Green value is 200 (78.52% from 255 or 37.66% from 531); Blue value is 94 (37.11% from 255 or 17.70% from 531); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC85E is #1237A1. Grayscale: #C7C7C7. Windows color (decimal): -1193890 or 6211821. OLE color: 6211821.

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

Color convert

RGB 237 200 94 -
CMYK 0 0.16 0.60 0.07
HSL 44.48º 0.8% 0.65% -
HSV(B) 44.48º 0.6% 0.93% -
XYZ 57.6 60.12 19.16 -
YUV 198.98 68.76 155.12 -
System Red Green Blue C M Y K H S L
Decimal 237 200 94 0 0.16 0.60 0.07 44.48 0.8 0.65
Hex ED C8 5E 0 10 3C 7 2C 50 41
Octal 355 310 136 0 20 74 7 54 120 101
Binary 11101101 11001000 1011110 0 10000 111100 111 101100 1010000 1000001

Color Harmonies of #EDC85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC85E

Black with #EDC85E

Text Example


Text Example

White with #EDC85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC85E; }

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

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

background-color css

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

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

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

border-color css

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

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

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