Html Css Color HEX #E7D071 Golden Sand

📋 copy color: '#E7D071'

red 231 ◦ green 208 ◦ blue 113

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

Shades of Golden Sand #E7D071

Tints of Golden Sand #E7D071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 37.68%

 BLUE value IS 113 (44.53% from 255) = 20.47%

R = 41.85%
G = 37.68%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E7D071 (or 0xE7D071) is known color: Golden Sand. HEX triplet: E7, D0 and 71. RGB value is (231,208,113). Sum of RGB (Red+Green+Blue) = 231+208+113=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 208 (81.64% from 255 or 37.68% from 552); Blue value is 113 (44.53% from 255 or 20.47% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D071 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D071 is #182F8E. Grayscale: #CCCCCC. Windows color (decimal): -1585039 or 7459047. OLE color: 7459047.

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

Color convert

RGB 231 208 113 -
CMYK 0 0.10 0.51 0.09
HSL 48.31º 0.71% 0.67% -
HSV(B) 48.31º 0.51% 0.91% -
XYZ 58.49 63.29 24.76 -
YUV 204.05 76.62 147.22 -
System Red Green Blue C M Y K H S L
Decimal 231 208 113 0 0.10 0.51 0.09 48.31 0.71 0.67
Hex E7 D0 71 0 A 33 9 30 47 43
Octal 347 320 161 0 12 63 11 60 107 103
Binary 11100111 11010000 1110001 0 1010 110011 1001 110000 1000111 1000011

Color Harmonies of #E7D071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D071

Black with #E7D071

Text Example


Text Example

White with #E7D071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D071; }

 p { color: rgb(231,208,113); }

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

background-color css

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

 a { background-color: rgb(231,208,113); }

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

border-color css

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

 span { border-color: rgb(231,208,113); }

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