Html Css Color HEX #EDC873 Golden Sand

📋 copy color: '#EDC873'

red 237 ◦ green 200 ◦ blue 115

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

Shades of Golden Sand #EDC873

Tints of Golden Sand #EDC873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.83%

R = 42.93%
G = 36.23%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#EDC873 (or 0xEDC873) is known color: Golden Sand. HEX triplet: ED, C8 and 73. RGB value is (237,200,115). Sum of RGB (Red+Green+Blue) = 237+200+115=552 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.93% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 115 (45.31% from 255 or 20.83% from 552); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC873 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC873 is #12378C. Grayscale: #C9C9C9. Windows color (decimal): -1193869 or 7588077. OLE color: 7588077.

HSL color Cylindrical-coordinate representation of color #EDC873: hue angle of 41.8º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDC873 is Cyan = 0, Magento = 0.16, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 200 115 -
CMYK 0 0.16 0.51 0.07
HSL 41.8º 0.77% 0.69% -
HSV(B) 41.8º 0.51% 0.93% -
XYZ 58.67 60.55 24.81 -
YUV 201.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 237 200 115 0 0.16 0.51 0.07 41.8 0.77 0.69
Hex ED C8 73 0 10 33 7 2A 4D 45
Octal 355 310 163 0 20 63 7 52 115 105
Binary 11101101 11001000 1110011 0 10000 110011 111 101010 1001101 1000101

Color Harmonies of #EDC873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC873

Black with #EDC873

Text Example


Text Example

White with #EDC873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC873; }

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

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

background-color css

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

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

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

border-color css

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

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

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