Html Css Color HEX #EACB64 Golden Sand

📋 copy color: '#EACB64'

red 234 ◦ green 203 ◦ blue 100

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

Shades of Golden Sand #EACB64

Tints of Golden Sand #EACB64

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.8%

 BLUE value IS 100 (39.45% from 255) = 18.62%

R = 43.58%
G = 37.8%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EACB64 (or 0xEACB64) is known color: Golden Sand. HEX triplet: EA, CB and 64. RGB value is (234,203,100). Sum of RGB (Red+Green+Blue) = 234+203+100=537 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.58% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB64 is #15349B. Grayscale: #C8C8C8. Windows color (decimal): -1389724 or 6605802. OLE color: 6605802.

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

Color convert

RGB 234 203 100 -
CMYK 0 0.13 0.57 0.08
HSL 46.12º 0.76% 0.65% -
HSV(B) 46.12º 0.57% 0.92% -
XYZ 57.59 61.12 20.82 -
YUV 200.53 71.27 151.88 -
System Red Green Blue C M Y K H S L
Decimal 234 203 100 0 0.13 0.57 0.08 46.12 0.76 0.65
Hex EA CB 64 0 D 39 8 2E 4C 41
Octal 352 313 144 0 15 71 10 56 114 101
Binary 11101010 11001011 1100100 0 1101 111001 1000 101110 1001100 1000001

Color Harmonies of #EACB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB64

Black with #EACB64

Text Example


Text Example

White with #EACB64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB64; }

 p { color: rgb(234,203,100); }

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

background-color css

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

 a { background-color: rgb(234,203,100); }

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

border-color css

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

 span { border-color: rgb(234,203,100); }

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