Html Css Color HEX #E7CD6E Golden Sand

📋 copy color: '#E7CD6E'

red 231 ◦ green 205 ◦ blue 110

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

Shades of Golden Sand #E7CD6E

Tints of Golden Sand #E7CD6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.15%

R = 42.31%
G = 37.55%
B = 20.15%

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

#E7CD6E (or 0xE7CD6E) is known color: Golden Sand. HEX triplet: E7, CD and 6E. RGB value is (231,205,110). Sum of RGB (Red+Green+Blue) = 231+205+110=546 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.31% from 546); Green value is 205 (80.47% from 255 or 37.55% from 546); Blue value is 110 (43.36% from 255 or 20.15% from 546); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CD6E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CD6E is #183291. Grayscale: #CACACA. Windows color (decimal): -1585810 or 7261671. OLE color: 7261671.

HSL color Cylindrical-coordinate representation of color #E7CD6E: hue angle of 47.11º degrees, saturation: 0.72, 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 #E7CD6E is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 205 110 -
CMYK 0 0.11 0.52 0.09
HSL 47.11º 0.72% 0.67% -
HSV(B) 47.11º 0.52% 0.91% -
XYZ 57.6 61.78 23.64 -
YUV 201.94 76.11 148.72 -
System Red Green Blue C M Y K H S L
Decimal 231 205 110 0 0.11 0.52 0.09 47.11 0.72 0.67
Hex E7 CD 6E 0 B 34 9 2F 48 43
Octal 347 315 156 0 13 64 11 57 110 103
Binary 11100111 11001101 1101110 0 1011 110100 1001 101111 1001000 1000011

Color Harmonies of #E7CD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CD6E

Black with #E7CD6E

Text Example


Text Example

White with #E7CD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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