Html Css Color HEX #EACD75 Golden Sand

📋 copy color: '#EACD75'

red 234 ◦ green 205 ◦ blue 117

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

Shades of Golden Sand #EACD75

Tints of Golden Sand #EACD75

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.87%

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

R = 42.09%
G = 36.87%
B = 21.04%

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

#EACD75 (or 0xEACD75) is known color: Golden Sand. HEX triplet: EA, CD and 75. RGB value is (234,205,117). Sum of RGB (Red+Green+Blue) = 234+205+117=556 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.09% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 117 (46.09% from 255 or 21.04% from 556); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD75 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD75 is #15328A. Grayscale: #CCCCCC. Windows color (decimal): -1389195 or 7720426. OLE color: 7720426.

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

Color convert

RGB 234 205 117 -
CMYK 0 0.12 0.5 0.08
HSL 45.13º 0.74% 0.69% -
HSV(B) 45.13º 0.5% 0.92% -
XYZ 58.97 62.44 25.77 -
YUV 203.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 234 205 117 0 0.12 0.5 0.08 45.13 0.74 0.69
Hex EA CD 75 0 C 32 8 2D 4A 45
Octal 352 315 165 0 14 62 10 55 112 105
Binary 11101010 11001101 1110101 0 1100 110010 1000 101101 1001010 1000101

Color Harmonies of #EACD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD75

Black with #EACD75

Text Example


Text Example

White with #EACD75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD75; }

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

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

background-color css

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

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

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

border-color css

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

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

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