Html Css Color HEX #EAD164 Golden Sand

📋 copy color: '#EAD164'

red 234 ◦ green 209 ◦ blue 100

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

Shades of Golden Sand #EAD164

Tints of Golden Sand #EAD164

RGB

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

 GREEN value IS 209 (82.03% from 255) = 38.49%

 BLUE value IS 100 (39.45% from 255) = 18.42%

R = 43.09%
G = 38.49%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAD164 (or 0xEAD164) is known color: Golden Sand. HEX triplet: EA, D1 and 64. RGB value is (234,209,100). Sum of RGB (Red+Green+Blue) = 234+209+100=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 209 (82.03% from 255 or 38.49% from 543); Blue value is 100 (39.45% from 255 or 18.42% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD164 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD164 is #152E9B. Grayscale: #CCCCCC. Windows color (decimal): -1388188 or 6607338. OLE color: 6607338.

HSL color Cylindrical-coordinate representation of color #EAD164: hue angle of 48.81º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EAD164 is Cyan = 0, Magento = 0.11, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 209 100 -
CMYK 0 0.11 0.57 0.08
HSL 48.81º 0.76% 0.65% -
HSV(B) 48.81º 0.57% 0.92% -
XYZ 59.03 64.01 21.3 -
YUV 204.05 69.28 149.36 -
System Red Green Blue C M Y K H S L
Decimal 234 209 100 0 0.11 0.57 0.08 48.81 0.76 0.65
Hex EA D1 64 0 B 39 8 31 4C 41
Octal 352 321 144 0 13 71 10 61 114 101
Binary 11101010 11010001 1100100 0 1011 111001 1000 110001 1001100 1000001

Color Harmonies of #EAD164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD164

Black with #EAD164

Text Example


Text Example

White with #EAD164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD164; }

 p { color: rgb(234,209,100); }

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

background-color css

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

 a { background-color: rgb(234,209,100); }

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

border-color css

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

 span { border-color: rgb(234,209,100); }

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