Html Css Color HEX #EAC466 Golden Sand

📋 copy color: '#EAC466'

red 234 ◦ green 196 ◦ blue 102

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

Shades of Golden Sand #EAC466

Tints of Golden Sand #EAC466

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.84%

 BLUE value IS 102 (40.23% from 255) = 19.17%

R = 43.98%
G = 36.84%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC466 (or 0xEAC466) is known color: Golden Sand. HEX triplet: EA, C4 and 66. RGB value is (234,196,102). Sum of RGB (Red+Green+Blue) = 234+196+102=532 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.98% from 532); Green value is 196 (76.95% from 255 or 36.84% from 532); Blue value is 102 (40.23% from 255 or 19.17% from 532); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC466 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC466 is #153B99. Grayscale: #C5C5C5. Windows color (decimal): -1391514 or 6735082. OLE color: 6735082.

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

Color convert

RGB 234 196 102 -
CMYK 0 0.16 0.56 0.08
HSL 42.73º 0.76% 0.66% -
HSV(B) 42.73º 0.56% 0.92% -
XYZ 56.07 57.93 20.8 -
YUV 196.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 234 196 102 0 0.16 0.56 0.08 42.73 0.76 0.66
Hex EA C4 66 0 10 38 8 2B 4C 42
Octal 352 304 146 0 20 70 10 53 114 102
Binary 11101010 11000100 1100110 0 10000 111000 1000 101011 1001100 1000010

Color Harmonies of #EAC466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC466

Black with #EAC466

Text Example


Text Example

White with #EAC466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC466; }

 p { color: rgb(234,196,102); }

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

background-color css

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

 a { background-color: rgb(234,196,102); }

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

border-color css

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

 span { border-color: rgb(234,196,102); }

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