Html Css Color HEX #EAC766 Golden Sand

📋 copy color: '#EAC766'

red 234 ◦ green 199 ◦ blue 102

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

Shades of Golden Sand #EAC766

Tints of Golden Sand #EAC766

RGB

 RED value IS 234 (91.8% from 255) = 43.74%

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

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

R = 43.74%
G = 37.2%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC766 (or 0xEAC766) is known color: Golden Sand. HEX triplet: EA, C7 and 66. RGB value is (234,199,102). Sum of RGB (Red+Green+Blue) = 234+199+102=535 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.74% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 102 (40.23% from 255 or 19.07% from 535); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC766 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC766 is #153899. Grayscale: #C6C6C6. Windows color (decimal): -1390746 or 6735850. OLE color: 6735850.

HSL color Cylindrical-coordinate representation of color #EAC766: hue angle of 44.09º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #EAC766 is Cyan = 0, Magento = 0.15, Yellow = 0.56 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 199 102 -
CMYK 0 0.15 0.56 0.08
HSL 44.09º 0.76% 0.66% -
HSV(B) 44.09º 0.56% 0.92% -
XYZ 56.75 59.3 21.02 -
YUV 198.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 234 199 102 0 0.15 0.56 0.08 44.09 0.76 0.66
Hex EA C7 66 0 F 38 8 2C 4C 42
Octal 352 307 146 0 17 70 10 54 114 102
Binary 11101010 11000111 1100110 0 1111 111000 1000 101100 1001100 1000010

Color Harmonies of #EAC766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC766

Black with #EAC766

Text Example


Text Example

White with #EAC766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC766; }

 p { color: rgb(234,199,102); }

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

background-color css

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

 a { background-color: rgb(234,199,102); }

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

border-color css

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

 span { border-color: rgb(234,199,102); }

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