Html Css Color HEX #EACC69 Golden Sand

📋 copy color: '#EACC69'

red 234 ◦ green 204 ◦ blue 105

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

Shades of Golden Sand #EACC69

Tints of Golden Sand #EACC69

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.57%

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

R = 43.09%
G = 37.57%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EACC69 (or 0xEACC69) is known color: Golden Sand. HEX triplet: EA, CC and 69. RGB value is (234,204,105). Sum of RGB (Red+Green+Blue) = 234+204+105=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 204 (80.08% from 255 or 37.57% from 543); Blue value is 105 (41.41% from 255 or 19.34% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EACC69 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACC69 is #153396. Grayscale: #CACACA. Windows color (decimal): -1389463 or 6933738. OLE color: 6933738.

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

Color convert

RGB 234 204 105 -
CMYK 0 0.13 0.55 0.08
HSL 46.05º 0.75% 0.66% -
HSV(B) 46.05º 0.55% 0.92% -
XYZ 58.07 61.7 22.21 -
YUV 201.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 234 204 105 0 0.13 0.55 0.08 46.05 0.75 0.66
Hex EA CC 69 0 D 37 8 2E 4B 42
Octal 352 314 151 0 15 67 10 56 113 102
Binary 11101010 11001100 1101001 0 1101 110111 1000 101110 1001011 1000010

Color Harmonies of #EACC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACC69

Black with #EACC69

Text Example


Text Example

White with #EACC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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