Html Css Color HEX #EAC368 Golden Sand

📋 copy color: '#EAC368'

red 234 ◦ green 195 ◦ blue 104

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

Shades of Golden Sand #EAC368

Tints of Golden Sand #EAC368

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.59%

 BLUE value IS 104 (41.02% from 255) = 19.51%

R = 43.9%
G = 36.59%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAC368 (or 0xEAC368) is known color: Golden Sand. HEX triplet: EA, C3 and 68. RGB value is (234,195,104). Sum of RGB (Red+Green+Blue) = 234+195+104=533 (70% of max value = 765). Red value is 234 (91.80% from 255 or 43.90% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 234 - color contains mainly: red. Hex color #EAC368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAC368 is #153C97. Grayscale: #C4C4C4. Windows color (decimal): -1391768 or 6865898. OLE color: 6865898.

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

Color convert

RGB 234 195 104 -
CMYK 0 0.17 0.56 0.08
HSL 42º 0.76% 0.66% -
HSV(B) 42º 0.56% 0.92% -
XYZ 55.95 57.52 21.25 -
YUV 196.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 234 195 104 0 0.17 0.56 0.08 42 0.76 0.66
Hex EA C3 68 0 11 38 8 2A 4C 42
Octal 352 303 150 0 21 70 10 52 114 102
Binary 11101010 11000011 1101000 0 10001 111000 1000 101010 1001100 1000010

Color Harmonies of #EAC368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAC368

Black with #EAC368

Text Example


Text Example

White with #EAC368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAC368; }

 p { color: rgb(234,195,104); }

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

background-color css

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

 a { background-color: rgb(234,195,104); }

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

border-color css

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

 span { border-color: rgb(234,195,104); }

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