Html Css Color HEX #EAD465 Golden Sand

📋 copy color: '#EAD465'

red 234 ◦ green 212 ◦ blue 101

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

Shades of Golden Sand #EAD465

Tints of Golden Sand #EAD465

RGB

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

 GREEN value IS 212 (83.2% from 255) = 38.76%

 BLUE value IS 101 (39.84% from 255) = 18.46%

R = 42.78%
G = 38.76%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAD465 (or 0xEAD465) is known color: Golden Sand. HEX triplet: EA, D4 and 65. RGB value is (234,212,101). Sum of RGB (Red+Green+Blue) = 234+212+101=547 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.78% from 547); Green value is 212 (83.20% from 255 or 38.76% from 547); Blue value is 101 (39.84% from 255 or 18.46% from 547); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD465 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD465 is #152B9A. Grayscale: #CECECE. Windows color (decimal): -1387419 or 6673642. OLE color: 6673642.

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

Color convert

RGB 234 212 101 -
CMYK 0 0.09 0.57 0.08
HSL 50.08º 0.76% 0.66% -
HSV(B) 50.08º 0.57% 0.92% -
XYZ 59.82 65.52 21.81 -
YUV 205.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 234 212 101 0 0.09 0.57 0.08 50.08 0.76 0.66
Hex EA D4 65 0 9 39 8 32 4C 42
Octal 352 324 145 0 11 71 10 62 114 102
Binary 11101010 11010100 1100101 0 1001 111001 1000 110010 1001100 1000010

Color Harmonies of #EAD465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD465

Black with #EAD465

Text Example


Text Example

White with #EAD465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD465; }

 p { color: rgb(234,212,101); }

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

background-color css

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

 a { background-color: rgb(234,212,101); }

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

border-color css

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

 span { border-color: rgb(234,212,101); }

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