Html Css Color HEX #EACE70 Golden Sand

📋 copy color: '#EACE70'

red 234 ◦ green 206 ◦ blue 112

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

Shades of Golden Sand #EACE70

Tints of Golden Sand #EACE70

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.32%

 BLUE value IS 112 (44.14% from 255) = 20.29%

R = 42.39%
G = 37.32%
B = 20.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EACE70 (or 0xEACE70) is known color: Golden Sand. HEX triplet: EA, CE and 70. RGB value is (234,206,112). Sum of RGB (Red+Green+Blue) = 234+206+112=552 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.39% from 552); Green value is 206 (80.86% from 255 or 37.32% from 552); Blue value is 112 (44.14% from 255 or 20.29% from 552); Max value from RGB is 234 - color contains mainly: red. Hex color #EACE70 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EACE70 is #15318F. Grayscale: #CCCCCC. Windows color (decimal): -1388944 or 7393002. OLE color: 7393002.

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

Color convert

RGB 234 206 112 -
CMYK 0 0.12 0.52 0.08
HSL 46.23º 0.74% 0.68% -
HSV(B) 46.23º 0.52% 0.92% -
XYZ 58.93 62.8 24.35 -
YUV 203.66 76.28 149.64 -
System Red Green Blue C M Y K H S L
Decimal 234 206 112 0 0.12 0.52 0.08 46.23 0.74 0.68
Hex EA CE 70 0 C 34 8 2E 4A 44
Octal 352 316 160 0 14 64 10 56 112 104
Binary 11101010 11001110 1110000 0 1100 110100 1000 101110 1001010 1000100

Color Harmonies of #EACE70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EACE70

Black with #EACE70

Text Example


Text Example

White with #EACE70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EACE70; }

 p { color: rgb(234,206,112); }

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

background-color css

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

 a { background-color: rgb(234,206,112); }

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

border-color css

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

 span { border-color: rgb(234,206,112); }

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