#edcf77

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

Shades of Golden Sand #EDCF77

Tints of Golden Sand #EDCF77

Color information

#EDCF77 (or 0xEDCF77) is unknown color: approx Golden Sand. HEX triplet: ED, CF and 77. RGB value is (237,207,119). Sum of RGB (Red+Green+Blue) = 237+207+119=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 207 (81.25% from 255 or 36.77% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCF77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCF77 is #123088. Grayscale: #CECECE. Windows color (decimal): -1192073 or 7852013. OLE color: 7852013.

HSL color Cylindrical-coordinate representation of color #EDCF77: hue angle of 44.75º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDCF77 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB237207119-
CMYK00.130.500.07
HSL44.75º76.62%69.8%-
HSV(B)44.75º49.79%92.94%-
XYZ60.5763.9626.61-
YUV205.9478.94150.16-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.10%
GREEN value IS 207 (81.25% from 255) = 36.77%
BLUE value IS 119 (46.88% from 255) = 21.14%
R=42.10%
G=36.77%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720711900.130.500.0744.7576.6269.8
HexEDCF770D3272d4d46
Octal35531716701562755115106
Binary111011011100111111101110110111001011110110110011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #edcf77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #edcf77; }

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

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

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

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

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

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

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

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