Html Css Color HEX #E7CF6D Golden Sand

📋 copy color: '#E7CF6D'

red 231 ◦ green 207 ◦ blue 109

#E7CF6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Sand #E7CF6D

Tints of Golden Sand #E7CF6D

RGB

 RED value IS 231 (90.63% from 255) = 42.23%

 GREEN value IS 207 (81.25% from 255) = 37.84%

 BLUE value IS 109 (42.97% from 255) = 19.93%

R = 42.23%
G = 37.84%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.09

RGB Variations

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

Color information

#E7CF6D (or 0xE7CF6D) is known color: Golden Sand. HEX triplet: E7, CF and 6D. RGB value is (231,207,109). Sum of RGB (Red+Green+Blue) = 231+207+109=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 109 (42.97% from 255 or 19.93% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF6D is #183092. Grayscale: #CBCBCB. Windows color (decimal): -1585299 or 7196647. OLE color: 7196647.

HSL color Cylindrical-coordinate representation of color #E7CF6D: hue angle of 48.2º 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 #E7CF6D is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 207 109 -
CMYK 0 0.10 0.53 0.09
HSL 48.2º 0.72% 0.67% -
HSV(B) 48.2º 0.53% 0.91% -
XYZ 58.03 62.72 23.52 -
YUV 203 74.95 147.97 -
System Red Green Blue C M Y K H S L
Decimal 231 207 109 0 0.10 0.53 0.09 48.2 0.72 0.67
Hex E7 CF 6D 0 A 35 9 30 48 43
Octal 347 317 155 0 12 65 11 60 110 103
Binary 11100111 11001111 1101101 0 1010 110101 1001 110000 1001000 1000011

Color Harmonies of #E7CF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF6D

Black with #E7CF6D

Text Example


Text Example

White with #E7CF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF6D; }

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

 H1.HeaderClassName
 {
   color: #E7CF6D;
 }
 .AnyTagClassName
 {
   color: #E7CF6D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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