Html Css Color HEX #E7D065 Golden Sand

📋 copy color: '#E7D065'

red 231 ◦ green 208 ◦ blue 101

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

Shades of Golden Sand #E7D065

Tints of Golden Sand #E7D065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.7%

R = 42.78%
G = 38.52%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E7D065 (or 0xE7D065) is known color: Golden Sand. HEX triplet: E7, D0 and 65. RGB value is (231,208,101). Sum of RGB (Red+Green+Blue) = 231+208+101=540 (71% of max value = 765). Red value is 231 (90.62% from 255 or 42.78% from 540); Green value is 208 (81.64% from 255 or 38.52% from 540); Blue value is 101 (39.84% from 255 or 18.70% from 540); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D065 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7D065 is #182F9A. Grayscale: #CBCBCB. Windows color (decimal): -1585051 or 6672615. OLE color: 6672615.

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

Color convert

RGB 231 208 101 -
CMYK 0 0.10 0.56 0.09
HSL 49.38º 0.73% 0.65% -
HSV(B) 49.38º 0.56% 0.91% -
XYZ 57.86 63.04 21.43 -
YUV 202.68 70.62 148.2 -
System Red Green Blue C M Y K H S L
Decimal 231 208 101 0 0.10 0.56 0.09 49.38 0.73 0.65
Hex E7 D0 65 0 A 38 9 31 49 41
Octal 347 320 145 0 12 70 11 61 111 101
Binary 11100111 11010000 1100101 0 1010 111000 1001 110001 1001001 1000001

Color Harmonies of #E7D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7D065

Black with #E7D065

Text Example


Text Example

White with #E7D065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7D065; }

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

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

background-color css

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

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

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

border-color css

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

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

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