Html Css Color HEX #E7D966 Golden Sand

📋 copy color: '#E7D966'

red 231 ◦ green 217 ◦ blue 102

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

Shades of Golden Sand #E7D966

Tints of Golden Sand #E7D966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.45%

 BLUE value IS 102 (40.23% from 255) = 18.55%

R = 42%
G = 39.45%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E7D966 (or 0xE7D966) is known color: Golden Sand. HEX triplet: E7, D9 and 66. RGB value is (231,217,102). Sum of RGB (Red+Green+Blue) = 231+217+102=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 217 (85.16% from 255 or 39.45% from 550); Blue value is 102 (40.23% from 255 or 18.55% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D966 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D966 is #182699. Grayscale: #D0D0D0. Windows color (decimal): -1582746 or 6740455. OLE color: 6740455.

HSL color Cylindrical-coordinate representation of color #E7D966: hue angle of 53.49º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E7D966 is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 217 102 -
CMYK 0 0.06 0.56 0.09
HSL 53.49º 0.73% 0.65% -
HSV(B) 53.49º 0.56% 0.91% -
XYZ 60.17 67.57 22.44 -
YUV 208.08 68.14 144.35 -
System Red Green Blue C M Y K H S L
Decimal 231 217 102 0 0.06 0.56 0.09 53.49 0.73 0.65
Hex E7 D9 66 0 6 38 9 35 49 41
Octal 347 331 146 0 6 70 11 65 111 101
Binary 11100111 11011001 1100110 0 110 111000 1001 110101 1001001 1000001

Color Harmonies of #E7D966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D966

Black with #E7D966

Text Example


Text Example

White with #E7D966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D966; }

 p { color: rgb(231,217,102); }

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

background-color css

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

 a { background-color: rgb(231,217,102); }

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

border-color css

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

 span { border-color: rgb(231,217,102); }

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