#EDCF71

Color #EDCF71 Golden Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Sand #EDCF71

Tints of Golden Sand #EDCF71

Color information

#EDCF71 (or 0xEDCF71) is unknown color: approx Golden Sand. HEX triplet: ED, CF and 71. RGB value is (237,207,113). Sum of RGB (Red+Green+Blue) = 237+207+113=557 (73% of max value = 765). Red value is 237 (92.97% from 255 or 42.55% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 113 (44.53% from 255 or 20.29% from 557); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF71 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF71 is #12308E. Grayscale: #CDCDCD. Windows color (decimal): -1192079 or 7458797. OLE color: 7458797.

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

Color convert

RGB237207113-
CMYK00.130.520.07
HSL45.48º77.5%68.63%-
HSV(B)45.48º52.32%92.94%-
XYZ60.2263.8224.77-
YUV205.2575.94150.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.55%
GREEN value IS 207 (81.25% from 255) = 37.16%
BLUE value IS 113 (44.53% from 255) = 20.29%
R=42.55%
G=37.16%
B=20.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720711300.130.520.0745.4877.568.63
HexEDCF710D3472d4e45
Octal35531716101564755116105
Binary111011011100111111100010110111010011110110110011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCF71; }

 p { color: rgb(237,207,113); }

 H1.HeaderClassName
 {
   color: #EDCF71;
 }
 .AnyTagClassName
 {
   color: #EDCF71;
 }
</style>
background-color css

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

 a { background-color: rgb(237,207,113); }

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

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

 span { border-color: rgb(237,207,113); }

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