Html Css Color HEX #E7CD6F Golden Sand

📋 copy color: '#E7CD6F'

red 231 ◦ green 205 ◦ blue 111

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

Shades of Golden Sand #E7CD6F

Tints of Golden Sand #E7CD6F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.48%

 BLUE value IS 111 (43.75% from 255) = 20.29%

R = 42.23%
G = 37.48%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.52

 K value IS 0.09

RGB Variations

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

Color information

#E7CD6F (or 0xE7CD6F) is known color: Golden Sand. HEX triplet: E7, CD and 6F. RGB value is (231,205,111). Sum of RGB (Red+Green+Blue) = 231+205+111=547 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.23% from 547); Green value is 205 (80.47% from 255 or 37.48% from 547); Blue value is 111 (43.75% from 255 or 20.29% from 547); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD6F is #183290. Grayscale: #CACACA. Windows color (decimal): -1585809 or 7327207. OLE color: 7327207.

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

Color convert

RGB 231 205 111 -
CMYK 0 0.11 0.52 0.09
HSL 47º 0.71% 0.67% -
HSV(B) 47º 0.52% 0.91% -
XYZ 57.66 61.8 23.93 -
YUV 202.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 231 205 111 0 0.11 0.52 0.09 47 0.71 0.67
Hex E7 CD 6F 0 B 34 9 2F 47 43
Octal 347 315 157 0 13 64 11 57 107 103
Binary 11100111 11001101 1101111 0 1011 110100 1001 101111 1000111 1000011

Color Harmonies of #E7CD6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CD6F

Black with #E7CD6F

Text Example


Text Example

White with #E7CD6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CD6F; }

 p { color: rgb(231,205,111); }

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

background-color css

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

 a { background-color: rgb(231,205,111); }

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

border-color css

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

 span { border-color: rgb(231,205,111); }

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