#EDCB68

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

Shades of Golden Sand #EDCB68

Tints of Golden Sand #EDCB68

Color information

#EDCB68 (or 0xEDCB68) is unknown color: approx Golden Sand. HEX triplet: ED, CB and 68. RGB value is (237,203,104). Sum of RGB (Red+Green+Blue) = 237+203+104=544 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.57% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 104 (41.02% from 255 or 19.12% from 544); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB68 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB68 is #123497. Grayscale: #CACACA. Windows color (decimal): -1193112 or 6867949. OLE color: 6867949.

HSL color Cylindrical-coordinate representation of color #EDCB68: hue angle of 44.66º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EDCB68 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB237203104-
CMYK00.140.560.07
HSL44.66º78.7%66.86%-
HSV(B)44.66º56.12%92.94%-
XYZ58.7861.7221.91-
YUV201.8872.76153.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.57%
GREEN value IS 203 (79.69% from 255) = 37.32%
BLUE value IS 104 (41.02% from 255) = 19.12%
R=43.57%
G=37.32%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.56
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720310400.140.560.0744.6678.766.86
HexEDCB680E3872d4f43
Octal35531315001670755117103
Binary111011011100101111010000111011100011110110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB68; }

 p { color: rgb(237,203,104); }

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

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

 a { background-color: rgb(237,203,104); }

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

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

 span { border-color: rgb(237,203,104); }

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