Html Css Color HEX #EDC570 Golden Sand

📋 copy color: '#EDC570'

red 237 ◦ green 197 ◦ blue 112

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

Shades of Golden Sand #EDC570

Tints of Golden Sand #EDC570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.08%

 BLUE value IS 112 (44.14% from 255) = 20.51%

R = 43.41%
G = 36.08%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#EDC570 (or 0xEDC570) is known color: Golden Sand. HEX triplet: ED, C5 and 70. RGB value is (237,197,112). Sum of RGB (Red+Green+Blue) = 237+197+112=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 112 (44.14% from 255 or 20.51% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDC570 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDC570 is #123A8F. Grayscale: #C7C7C7. Windows color (decimal): -1194640 or 7390701. OLE color: 7390701.

HSL color Cylindrical-coordinate representation of color #EDC570: hue angle of 40.8º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #EDC570 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 197 112 -
CMYK 0 0.17 0.53 0.07
HSL 40.8º 0.78% 0.68% -
HSV(B) 40.8º 0.53% 0.93% -
XYZ 57.82 59.11 23.69 -
YUV 199.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 237 197 112 0 0.17 0.53 0.07 40.8 0.78 0.68
Hex ED C5 70 0 11 35 7 29 4E 44
Octal 355 305 160 0 21 65 7 51 116 104
Binary 11101101 11000101 1110000 0 10001 110101 111 101001 1001110 1000100

Color Harmonies of #EDC570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDC570

Black with #EDC570

Text Example


Text Example

White with #EDC570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDC570; }

 p { color: rgb(237,197,112); }

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

background-color css

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

 a { background-color: rgb(237,197,112); }

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

border-color css

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

 span { border-color: rgb(237,197,112); }

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