#EDCB69

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

Shades of Golden Sand #EDCB69

Tints of Golden Sand #EDCB69

Color information

#EDCB69 (or 0xEDCB69) is unknown color: approx Golden Sand. HEX triplet: ED, CB and 69. RGB value is (237,203,105). Sum of RGB (Red+Green+Blue) = 237+203+105=545 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.49% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 105 (41.41% from 255 or 19.27% from 545); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB69 is #123496. Grayscale: #CACACA. Windows color (decimal): -1193111 or 6933485. OLE color: 6933485.

HSL color Cylindrical-coordinate representation of color #EDCB69: hue angle of 44.55º 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 #EDCB69 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB237203105-
CMYK00.140.560.07
HSL44.55º78.57%67.06%-
HSV(B)44.55º55.7%92.94%-
XYZ58.8361.7422.18-
YUV201.9973.26152.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.49%
GREEN value IS 203 (79.69% from 255) = 37.25%
BLUE value IS 105 (41.41% from 255) = 19.27%
R=43.49%
G=37.25%
B=19.27%

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
Decimal23720310500.140.560.0744.5578.5767.06
HexEDCB690E3872d4f43
Octal35531315101670755117103
Binary111011011100101111010010111011100011110110110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB69; }

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

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

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

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

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

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

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

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