Html Css Color HEX #EACE75 Golden Sand

📋 copy color: '#EACE75'

red 234 ◦ green 206 ◦ blue 117

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

Shades of Golden Sand #EACE75

Tints of Golden Sand #EACE75

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.98%

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

R = 42.01%
G = 36.98%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#EACE75 (or 0xEACE75) is known color: Golden Sand. HEX triplet: EA, CE and 75. RGB value is (234,206,117). Sum of RGB (Red+Green+Blue) = 234+206+117=557 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.01% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 117 (46.09% from 255 or 21.01% from 557); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE75 is #15318A. Grayscale: #CCCCCC. Windows color (decimal): -1388939 or 7720682. OLE color: 7720682.

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

Color convert

RGB 234 206 117 -
CMYK 0 0.12 0.5 0.08
HSL 45.64º 0.74% 0.69% -
HSV(B) 45.64º 0.5% 0.92% -
XYZ 59.21 62.92 25.85 -
YUV 204.23 78.78 149.24 -
System Red Green Blue C M Y K H S L
Decimal 234 206 117 0 0.12 0.5 0.08 45.64 0.74 0.69
Hex EA CE 75 0 C 32 8 2E 4A 45
Octal 352 316 165 0 14 62 10 56 112 105
Binary 11101010 11001110 1110101 0 1100 110010 1000 101110 1001010 1000101

Color Harmonies of #EACE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE75

Black with #EACE75

Text Example


Text Example

White with #EACE75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE75; }

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

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

background-color css

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

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

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

border-color css

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

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

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