Html Css Color HEX #EACD73 Golden Sand

📋 copy color: '#EACD73'

red 234 ◦ green 205 ◦ blue 115

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

Shades of Golden Sand #EACD73

Tints of Golden Sand #EACD73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 20.76%

R = 42.24%
G = 37%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EACD73 (or 0xEACD73) is known color: Golden Sand. HEX triplet: EA, CD and 73. RGB value is (234,205,115). Sum of RGB (Red+Green+Blue) = 234+205+115=554 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.24% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 115 (45.31% from 255 or 20.76% from 554); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD73 is #15328C. Grayscale: #CBCBCB. Windows color (decimal): -1389197 or 7589354. OLE color: 7589354.

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

Color convert

RGB 234 205 115 -
CMYK 0 0.12 0.51 0.08
HSL 45.38º 0.74% 0.68% -
HSV(B) 45.38º 0.51% 0.92% -
XYZ 58.86 62.39 25.16 -
YUV 203.41 78.11 149.82 -
System Red Green Blue C M Y K H S L
Decimal 234 205 115 0 0.12 0.51 0.08 45.38 0.74 0.68
Hex EA CD 73 0 C 33 8 2D 4A 44
Octal 352 315 163 0 14 63 10 55 112 104
Binary 11101010 11001101 1110011 0 1100 110011 1000 101101 1001010 1000100

Color Harmonies of #EACD73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD73

Black with #EACD73

Text Example


Text Example

White with #EACD73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD73; }

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

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

background-color css

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

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

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

border-color css

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

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

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