Html Css Color HEX #EACB74 Golden Sand

📋 copy color: '#EACB74'

red 234 ◦ green 203 ◦ blue 116

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

Shades of Golden Sand #EACB74

Tints of Golden Sand #EACB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.98%

R = 42.31%
G = 36.71%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.50

 K value IS 0.08

RGB Variations

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

Color information

#EACB74 (or 0xEACB74) is known color: Golden Sand. HEX triplet: EA, CB and 74. RGB value is (234,203,116). Sum of RGB (Red+Green+Blue) = 234+203+116=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 203 (79.69% from 255 or 36.71% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EACB74 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACB74 is #15348B. Grayscale: #CACACA. Windows color (decimal): -1389708 or 7654378. OLE color: 7654378.

HSL color Cylindrical-coordinate representation of color #EACB74: hue angle of 44.24º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EACB74 is Cyan = 0, Magento = 0.13, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 203 116 -
CMYK 0 0.13 0.50 0.08
HSL 44.24º 0.74% 0.69% -
HSV(B) 44.24º 0.5% 0.92% -
XYZ 58.44 61.47 25.31 -
YUV 202.35 79.27 150.57 -
System Red Green Blue C M Y K H S L
Decimal 234 203 116 0 0.13 0.50 0.08 44.24 0.74 0.69
Hex EA CB 74 0 D 32 8 2C 4A 45
Octal 352 313 164 0 15 62 10 54 112 105
Binary 11101010 11001011 1110100 0 1101 110010 1000 101100 1001010 1000101

Color Harmonies of #EACB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACB74

Black with #EACB74

Text Example


Text Example

White with #EACB74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACB74; }

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

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

background-color css

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

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

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

border-color css

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

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

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