Html Css Color HEX #EAC869 Golden Sand

📋 copy color: '#EAC869'

red 234 ◦ green 200 ◦ blue 105

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

Shades of Golden Sand #EAC869

Tints of Golden Sand #EAC869

RGB

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

 GREEN value IS 200 (78.52% from 255) = 37.11%

 BLUE value IS 105 (41.41% from 255) = 19.48%

R = 43.41%
G = 37.11%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EAC869 (or 0xEAC869) is known color: Golden Sand. HEX triplet: EA, C8 and 69. RGB value is (234,200,105). Sum of RGB (Red+Green+Blue) = 234+200+105=539 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.41% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 105 (41.41% from 255 or 19.48% from 539); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC869 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC869 is #153796. Grayscale: #C7C7C7. Windows color (decimal): -1390487 or 6932714. OLE color: 6932714.

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

Color convert

RGB 234 200 105 -
CMYK 0 0.15 0.55 0.08
HSL 44.19º 0.75% 0.66% -
HSV(B) 44.19º 0.55% 0.92% -
XYZ 57.14 59.82 21.9 -
YUV 199.34 74.76 152.72 -
System Red Green Blue C M Y K H S L
Decimal 234 200 105 0 0.15 0.55 0.08 44.19 0.75 0.66
Hex EA C8 69 0 F 37 8 2C 4B 42
Octal 352 310 151 0 17 67 10 54 113 102
Binary 11101010 11001000 1101001 0 1111 110111 1000 101100 1001011 1000010

Color Harmonies of #EAC869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC869

Black with #EAC869

Text Example


Text Example

White with #EAC869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC869; }

 p { color: rgb(234,200,105); }

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

background-color css

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

 a { background-color: rgb(234,200,105); }

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

border-color css

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

 span { border-color: rgb(234,200,105); }

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