Html Css Color HEX #EAD365 Golden Sand

📋 copy color: '#EAD365'

red 234 ◦ green 211 ◦ blue 101

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

Shades of Golden Sand #EAD365

Tints of Golden Sand #EAD365

RGB

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

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

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

R = 42.86%
G = 38.64%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EAD365 (or 0xEAD365) is known color: Golden Sand. HEX triplet: EA, D3 and 65. RGB value is (234,211,101). Sum of RGB (Red+Green+Blue) = 234+211+101=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 211 (82.81% from 255 or 38.64% from 546); Blue value is 101 (39.84% from 255 or 18.50% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD365 is #152C9A. Grayscale: #CDCDCD. Windows color (decimal): -1387675 or 6673386. OLE color: 6673386.

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

Color convert

RGB 234 211 101 -
CMYK 0 0.10 0.57 0.08
HSL 49.62º 0.76% 0.66% -
HSV(B) 49.62º 0.57% 0.92% -
XYZ 59.57 65.02 21.72 -
YUV 205.34 69.12 148.44 -
System Red Green Blue C M Y K H S L
Decimal 234 211 101 0 0.10 0.57 0.08 49.62 0.76 0.66
Hex EA D3 65 0 A 39 8 32 4C 42
Octal 352 323 145 0 12 71 10 62 114 102
Binary 11101010 11010011 1100101 0 1010 111001 1000 110010 1001100 1000010

Color Harmonies of #EAD365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD365

Black with #EAD365

Text Example


Text Example

White with #EAD365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD365; }

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

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

background-color css

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

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

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

border-color css

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

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

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