Html Css Color HEX #EAC765 Golden Sand

📋 copy color: '#EAC765'

red 234 ◦ green 199 ◦ blue 101

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

Shades of Golden Sand #EAC765

Tints of Golden Sand #EAC765

RGB

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

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

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

R = 43.82%
G = 37.27%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAC765 (or 0xEAC765) is known color: Golden Sand. HEX triplet: EA, C7 and 65. RGB value is (234,199,101). Sum of RGB (Red+Green+Blue) = 234+199+101=534 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.82% from 534); Green value is 199 (78.12% from 255 or 37.27% from 534); Blue value is 101 (39.84% from 255 or 18.91% from 534); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC765 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC765 is #15389A. Grayscale: #C6C6C6. Windows color (decimal): -1390747 or 6670314. OLE color: 6670314.

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

Color convert

RGB 234 199 101 -
CMYK 0 0.15 0.57 0.08
HSL 44.21º 0.76% 0.66% -
HSV(B) 44.21º 0.57% 0.92% -
XYZ 56.7 59.28 20.77 -
YUV 198.29 73.1 153.47 -
System Red Green Blue C M Y K H S L
Decimal 234 199 101 0 0.15 0.57 0.08 44.21 0.76 0.66
Hex EA C7 65 0 F 39 8 2C 4C 42
Octal 352 307 145 0 17 71 10 54 114 102
Binary 11101010 11000111 1100101 0 1111 111001 1000 101100 1001100 1000010

Color Harmonies of #EAC765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC765

Black with #EAC765

Text Example


Text Example

White with #EAC765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC765; }

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

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

background-color css

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

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

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

border-color css

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

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

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