Html Css Color HEX #E6C76C Golden Sand

📋 copy color: '#E6C76C'

red 230 ◦ green 199 ◦ blue 108

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

Shades of Golden Sand #E6C76C

Tints of Golden Sand #E6C76C

RGB

 RED value IS 230 (90.23% from 255) = 42.83%

 GREEN value IS 199 (78.13% from 255) = 37.06%

 BLUE value IS 108 (42.58% from 255) = 20.11%

R = 42.83%
G = 37.06%
B = 20.11%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E6C76C (or 0xE6C76C) is known color: Golden Sand. HEX triplet: E6, C7 and 6C. RGB value is (230,199,108). Sum of RGB (Red+Green+Blue) = 230+199+108=537 (71% of max value = 765). Red value is 230 (90.23% from 255 or 42.83% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 108 (42.58% from 255 or 20.11% from 537); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C76C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C76C is #193893. Grayscale: #C6C6C6. Windows color (decimal): -1652884 or 7129062. OLE color: 7129062.

HSL color Cylindrical-coordinate representation of color #E6C76C: hue angle of 44.75º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E6C76C is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 199 108 -
CMYK 0 0.13 0.53 0.10
HSL 44.75º 0.71% 0.66% -
HSV(B) 44.75º 0.53% 0.9% -
XYZ 55.76 58.75 22.59 -
YUV 197.9 77.27 150.9 -
System Red Green Blue C M Y K H S L
Decimal 230 199 108 0 0.13 0.53 0.10 44.75 0.71 0.66
Hex E6 C7 6C 0 D 35 A 2D 47 42
Octal 346 307 154 0 15 65 12 55 107 102
Binary 11100110 11000111 1101100 0 1101 110101 1010 101101 1000111 1000010

Color Harmonies of #E6C76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C76C

Black with #E6C76C

Text Example


Text Example

White with #E6C76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C76C; }

 p { color: rgb(230,199,108); }

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

background-color css

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

 a { background-color: rgb(230,199,108); }

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

border-color css

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

 span { border-color: rgb(230,199,108); }

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