Html Css Color HEX #EACA75 Golden Sand

📋 copy color: '#EACA75'

red 234 ◦ green 202 ◦ blue 117

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

Shades of Golden Sand #EACA75

Tints of Golden Sand #EACA75

RGB

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

 GREEN value IS 202 (79.3% from 255) = 36.53%

 BLUE value IS 117 (46.09% from 255) = 21.16%

R = 42.31%
G = 36.53%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EACA75 (or 0xEACA75) is known color: Golden Sand. HEX triplet: EA, CA and 75. RGB value is (234,202,117). Sum of RGB (Red+Green+Blue) = 234+202+117=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 202 (79.30% from 255 or 36.53% from 553); Blue value is 117 (46.09% from 255 or 21.16% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EACA75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACA75 is #15358A. Grayscale: #CACACA. Windows color (decimal): -1389963 or 7719658. OLE color: 7719658.

HSL color Cylindrical-coordinate representation of color #EACA75: hue angle of 43.59º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACA75 is Cyan = 0, Magento = 0.14, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 202 117 -
CMYK 0 0.14 0.5 0.08
HSL 43.59º 0.74% 0.69% -
HSV(B) 43.59º 0.5% 0.92% -
XYZ 58.26 61.02 25.54 -
YUV 201.88 80.1 150.91 -
System Red Green Blue C M Y K H S L
Decimal 234 202 117 0 0.14 0.5 0.08 43.59 0.74 0.69
Hex EA CA 75 0 E 32 8 2C 4A 45
Octal 352 312 165 0 16 62 10 54 112 105
Binary 11101010 11001010 1110101 0 1110 110010 1000 101100 1001010 1000101

Color Harmonies of #EACA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACA75

Black with #EACA75

Text Example


Text Example

White with #EACA75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACA75; }

 p { color: rgb(234,202,117); }

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

background-color css

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

 a { background-color: rgb(234,202,117); }

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

border-color css

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

 span { border-color: rgb(234,202,117); }

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