Html Css Color HEX #E7CF60 Golden Sand

📋 copy color: '#E7CF60'

red 231 ◦ green 207 ◦ blue 96

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

Shades of Golden Sand #E7CF60

Tints of Golden Sand #E7CF60

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.76%

 BLUE value IS 96 (37.89% from 255) = 17.98%

R = 43.26%
G = 38.76%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.09

RGB Variations

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

Color information

#E7CF60 (or 0xE7CF60) is known color: Golden Sand. HEX triplet: E7, CF and 60. RGB value is (231,207,96). Sum of RGB (Red+Green+Blue) = 231+207+96=534 (70% of max value = 765). Red value is 231 (90.62% from 255 or 43.26% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 96 (37.89% from 255 or 17.98% from 534); Max value from RGB is 231 - color contains mainly: red. Hex color #E7CF60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7CF60 is #18309F. Grayscale: #C9C9C9. Windows color (decimal): -1585312 or 6344679. OLE color: 6344679.

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

Color convert

RGB 231 207 96 -
CMYK 0 0.10 0.58 0.09
HSL 49.33º 0.74% 0.64% -
HSV(B) 49.33º 0.58% 0.91% -
XYZ 57.38 62.46 20.1 -
YUV 201.52 68.45 149.03 -
System Red Green Blue C M Y K H S L
Decimal 231 207 96 0 0.10 0.58 0.09 49.33 0.74 0.64
Hex E7 CF 60 0 A 3A 9 31 4A 40
Octal 347 317 140 0 12 72 11 61 112 100
Binary 11100111 11001111 1100000 0 1010 111010 1001 110001 1001010 1000000

Color Harmonies of #E7CF60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7CF60

Black with #E7CF60

Text Example


Text Example

White with #E7CF60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7CF60; }

 p { color: rgb(231,207,96); }

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

background-color css

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

 a { background-color: rgb(231,207,96); }

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

border-color css

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

 span { border-color: rgb(231,207,96); }

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