Html Css Color HEX #EAD968 Golden Sand

📋 copy color: '#EAD968'

red 234 ◦ green 217 ◦ blue 104

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

Shades of Golden Sand #EAD968

Tints of Golden Sand #EAD968

RGB

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

 GREEN value IS 217 (85.16% from 255) = 39.1%

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

R = 42.16%
G = 39.1%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAD968 (or 0xEAD968) is known color: Golden Sand. HEX triplet: EA, D9 and 68. RGB value is (234,217,104). Sum of RGB (Red+Green+Blue) = 234+217+104=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 217 (85.16% from 255 or 39.10% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD968 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD968 is #152697. Grayscale: #D1D1D1. Windows color (decimal): -1386136 or 6871530. OLE color: 6871530.

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

Color convert

RGB 234 217 104 -
CMYK 0 0.07 0.56 0.08
HSL 52.15º 0.76% 0.66% -
HSV(B) 52.15º 0.56% 0.92% -
XYZ 61.24 68.12 23.02 -
YUV 209.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 234 217 104 0 0.07 0.56 0.08 52.15 0.76 0.66
Hex EA D9 68 0 7 38 8 34 4C 42
Octal 352 331 150 0 7 70 10 64 114 102
Binary 11101010 11011001 1101000 0 111 111000 1000 110100 1001100 1000010

Color Harmonies of #EAD968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD968

Black with #EAD968

Text Example


Text Example

White with #EAD968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD968; }

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

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

background-color css

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

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

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

border-color css

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

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

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