Html Css Color HEX #EAC264 Golden Sand

📋 copy color: '#EAC264'

red 234 ◦ green 194 ◦ blue 100

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

Shades of Golden Sand #EAC264

Tints of Golden Sand #EAC264

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.74%

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

R = 44.32%
G = 36.74%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAC264 (or 0xEAC264) is known color: Golden Sand. HEX triplet: EA, C2 and 64. RGB value is (234,194,100). Sum of RGB (Red+Green+Blue) = 234+194+100=528 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.32% from 528); Green value is 194 (76.17% from 255 or 36.74% from 528); Blue value is 100 (39.45% from 255 or 18.94% from 528); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC264 is #153D9B. Grayscale: #C3C3C3. Windows color (decimal): -1392028 or 6603498. OLE color: 6603498.

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

Color convert

RGB 234 194 100 -
CMYK 0 0.17 0.57 0.08
HSL 42.09º 0.76% 0.65% -
HSV(B) 42.09º 0.57% 0.92% -
XYZ 55.52 57 20.13 -
YUV 195.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 234 194 100 0 0.17 0.57 0.08 42.09 0.76 0.65
Hex EA C2 64 0 11 39 8 2A 4C 41
Octal 352 302 144 0 21 71 10 52 114 101
Binary 11101010 11000010 1100100 0 10001 111001 1000 101010 1001100 1000001

Color Harmonies of #EAC264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC264

Black with #EAC264

Text Example


Text Example

White with #EAC264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC264; }

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

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

background-color css

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

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

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

border-color css

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

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

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