Html Css Color HEX #EACD63 Golden Sand

📋 copy color: '#EACD63'

red 234 ◦ green 205 ◦ blue 99

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

Shades of Golden Sand #EACD63

Tints of Golden Sand #EACD63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.4%

R = 43.49%
G = 38.1%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EACD63 (or 0xEACD63) is known color: Golden Sand. HEX triplet: EA, CD and 63. RGB value is (234,205,99). Sum of RGB (Red+Green+Blue) = 234+205+99=538 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.49% from 538); Green value is 205 (80.47% from 255 or 38.10% from 538); Blue value is 99 (39.06% from 255 or 18.40% from 538); Max value from RGB is 234 - color contains mainly: red. Hex color #EACD63 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACD63 is #15329C. Grayscale: #CACACA. Windows color (decimal): -1389213 or 6540778. OLE color: 6540778.

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

Color convert

RGB 234 205 99 -
CMYK 0 0.12 0.58 0.08
HSL 47.11º 0.76% 0.65% -
HSV(B) 47.11º 0.58% 0.92% -
XYZ 58.02 62.06 20.72 -
YUV 201.59 70.11 151.12 -
System Red Green Blue C M Y K H S L
Decimal 234 205 99 0 0.12 0.58 0.08 47.11 0.76 0.65
Hex EA CD 63 0 C 3A 8 2F 4C 41
Octal 352 315 143 0 14 72 10 57 114 101
Binary 11101010 11001101 1100011 0 1100 111010 1000 101111 1001100 1000001

Color Harmonies of #EACD63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACD63

Black with #EACD63

Text Example


Text Example

White with #EACD63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACD63; }

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

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

background-color css

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

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

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

border-color css

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

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

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