Html Css Color HEX #EAC95C Golden Sand

📋 copy color: '#EAC95C'

red 234 ◦ green 201 ◦ blue 92

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

Shades of Golden Sand #EAC95C

Tints of Golden Sand #EAC95C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38.14%

 BLUE value IS 92 (36.33% from 255) = 17.46%

R = 44.4%
G = 38.14%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EAC95C (or 0xEAC95C) is known color: Golden Sand. HEX triplet: EA, C9 and 5C. RGB value is (234,201,92). Sum of RGB (Red+Green+Blue) = 234+201+92=527 (69% of max value = 765). Red value is 234 (91.80% from 255 or 44.40% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 92 (36.33% from 255 or 17.46% from 527); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC95C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC95C is #1536A3. Grayscale: #C6C6C6. Windows color (decimal): -1390244 or 6081002. OLE color: 6081002.

HSL color Cylindrical-coordinate representation of color #EAC95C: hue angle of 46.06º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EAC95C is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 201 92 -
CMYK 0 0.14 0.61 0.08
HSL 46.06º 0.77% 0.64% -
HSV(B) 46.06º 0.61% 0.92% -
XYZ 56.75 60.04 18.72 -
YUV 198.44 67.93 153.36 -
System Red Green Blue C M Y K H S L
Decimal 234 201 92 0 0.14 0.61 0.08 46.06 0.77 0.64
Hex EA C9 5C 0 E 3D 8 2E 4D 40
Octal 352 311 134 0 16 75 10 56 115 100
Binary 11101010 11001001 1011100 0 1110 111101 1000 101110 1001101 1000000

Color Harmonies of #EAC95C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC95C

Black with #EAC95C

Text Example


Text Example

White with #EAC95C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC95C; }

 p { color: rgb(234,201,92); }

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

background-color css

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

 a { background-color: rgb(234,201,92); }

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

border-color css

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

 span { border-color: rgb(234,201,92); }

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