Html Css Color HEX #EAC768 Golden Sand

📋 copy color: '#EAC768'

red 234 ◦ green 199 ◦ blue 104

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

Shades of Golden Sand #EAC768

Tints of Golden Sand #EAC768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.37%

R = 43.58%
G = 37.06%
B = 19.37%

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

#EAC768 (or 0xEAC768) is known color: Golden Sand. HEX triplet: EA, C7 and 68. RGB value is (234,199,104). Sum of RGB (Red+Green+Blue) = 234+199+104=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 199 (78.12% from 255 or 37.06% from 537); Blue value is 104 (41.02% from 255 or 19.37% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC768 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC768 is #153897. Grayscale: #C7C7C7. Windows color (decimal): -1390744 or 6866922. OLE color: 6866922.

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

Color convert

RGB 234 199 104 -
CMYK 0 0.15 0.56 0.08
HSL 43.85º 0.76% 0.66% -
HSV(B) 43.85º 0.56% 0.92% -
XYZ 56.85 59.34 21.55 -
YUV 198.64 74.6 153.22 -
System Red Green Blue C M Y K H S L
Decimal 234 199 104 0 0.15 0.56 0.08 43.85 0.76 0.66
Hex EA C7 68 0 F 38 8 2C 4C 42
Octal 352 307 150 0 17 70 10 54 114 102
Binary 11101010 11000111 1101000 0 1111 111000 1000 101100 1001100 1000010

Color Harmonies of #EAC768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC768

Black with #EAC768

Text Example


Text Example

White with #EAC768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC768; }

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

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

background-color css

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

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

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

border-color css

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

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

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