Html Css Color HEX #EAD360 Golden Sand

📋 copy color: '#EAD360'

red 234 ◦ green 211 ◦ blue 96

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

Shades of Golden Sand #EAD360

Tints of Golden Sand #EAD360

RGB

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

 GREEN value IS 211 (82.81% from 255) = 39%

 BLUE value IS 96 (37.89% from 255) = 17.74%

R = 43.25%
G = 39%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EAD360 (or 0xEAD360) is known color: Golden Sand. HEX triplet: EA, D3 and 60. RGB value is (234,211,96). Sum of RGB (Red+Green+Blue) = 234+211+96=541 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.25% from 541); Green value is 211 (82.81% from 255 or 39.00% from 541); Blue value is 96 (37.89% from 255 or 17.74% from 541); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD360 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD360 is #152C9F. Grayscale: #CDCDCD. Windows color (decimal): -1387680 or 6345706. OLE color: 6345706.

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

Color convert

RGB 234 211 96 -
CMYK 0 0.10 0.59 0.08
HSL 50º 0.77% 0.65% -
HSV(B) 50º 0.59% 0.92% -
XYZ 59.34 64.93 20.47 -
YUV 204.77 66.62 148.85 -
System Red Green Blue C M Y K H S L
Decimal 234 211 96 0 0.10 0.59 0.08 50 0.77 0.65
Hex EA D3 60 0 A 3B 8 32 4D 41
Octal 352 323 140 0 12 73 10 62 115 101
Binary 11101010 11010011 1100000 0 1010 111011 1000 110010 1001101 1000001

Color Harmonies of #EAD360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD360

Black with #EAD360

Text Example


Text Example

White with #EAD360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD360; }

 p { color: rgb(234,211,96); }

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

background-color css

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

 a { background-color: rgb(234,211,96); }

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

border-color css

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

 span { border-color: rgb(234,211,96); }

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