Html Css Color HEX #EAC968 Golden Sand

📋 copy color: '#EAC968'

red 234 ◦ green 201 ◦ blue 104

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

Shades of Golden Sand #EAC968

Tints of Golden Sand #EAC968

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.29%

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

R = 43.41%
G = 37.29%
B = 19.29%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC968 (or 0xEAC968) is known color: Golden Sand. HEX triplet: EA, C9 and 68. RGB value is (234,201,104). Sum of RGB (Red+Green+Blue) = 234+201+104=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 201 (78.91% from 255 or 37.29% from 539); Blue value is 104 (41.02% from 255 or 19.29% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC968 is #153697. Grayscale: #C8C8C8. Windows color (decimal): -1390232 or 6867434. OLE color: 6867434.

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

Color convert

RGB 234 201 104 -
CMYK 0 0.14 0.56 0.08
HSL 44.77º 0.76% 0.66% -
HSV(B) 44.77º 0.56% 0.92% -
XYZ 57.32 60.27 21.71 -
YUV 199.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 234 201 104 0 0.14 0.56 0.08 44.77 0.76 0.66
Hex EA C9 68 0 E 38 8 2D 4C 42
Octal 352 311 150 0 16 70 10 55 114 102
Binary 11101010 11001001 1101000 0 1110 111000 1000 101101 1001100 1000010

Color Harmonies of #EAC968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC968

Black with #EAC968

Text Example


Text Example

White with #EAC968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC968; }

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

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

background-color css

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

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

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

border-color css

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

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

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