#E7CB6D

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

Shades of Golden Sand #E7CB6D

Tints of Golden Sand #E7CB6D

Color information

#E7CB6D (or 0xE7CB6D) is unknown color: approx Golden Sand. HEX triplet: E7, CB and 6D. RGB value is (231,203,109). Sum of RGB (Red+Green+Blue) = 231+203+109=543 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.54% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 109 (42.97% from 255 or 20.07% from 543); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CB6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CB6D is #183492. Grayscale: #C9C9C9. Windows color (decimal): -1586323 or 7195623. OLE color: 7195623.

HSL color Cylindrical-coordinate representation of color #E7CB6D: hue angle of 46.23º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E7CB6D is Cyan = 0, Magento = 0.12, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB231203109-
CMYK00.120.530.09
HSL46.23º71.76%66.67%-
HSV(B)46.23º52.81%90.59%-
XYZ57.0760.823.2-
YUV200.6676.28149.64-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 42.54%
GREEN value IS 203 (79.69% from 255) = 37.38%
BLUE value IS 109 (42.97% from 255) = 20.07%
R=42.54%
G=37.38%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23120310900.120.530.0946.2371.7666.67
HexE7CB6D0C3592e4843
Octal347313155014651156110103
Binary1110011111001011110110101100110101100110111010010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7CB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7CB6D; }

 p { color: rgb(231,203,109); }

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

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

 a { background-color: rgb(231,203,109); }

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

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

 span { border-color: rgb(231,203,109); }

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