#EDCB6A

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

Shades of Golden Sand #EDCB6A

Tints of Golden Sand #EDCB6A

Color information

#EDCB6A (or 0xEDCB6A) is unknown color: approx Golden Sand. HEX triplet: ED, CB and 6A. RGB value is (237,203,106). Sum of RGB (Red+Green+Blue) = 237+203+106=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 106 (41.80% from 255 or 19.41% from 546); Max value from RGB is 237 - color contains mainly: red. Hex color #EDCB6A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDCB6A is #123495. Grayscale: #CACACA. Windows color (decimal): -1193110 or 6999021. OLE color: 6999021.

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

Color convert

RGB237203106-
CMYK00.140.550.07
HSL44.43º78.44%67.25%-
HSV(B)44.43º55.27%92.94%-
XYZ58.8861.7622.45-
YUV202.1173.76152.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 43.41%
GREEN value IS 203 (79.69% from 255) = 37.18%
BLUE value IS 106 (41.80% from 255) = 19.41%
R=43.41%
G=37.18%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23720310600.140.550.0744.4378.4467.25
HexEDCB6A0E3772c4e43
Octal35531315201667754116103
Binary111011011100101111010100111011011111110110010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDCB6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDCB6A; }

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

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

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

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

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

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

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

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