Html Css Color HEX #EAD363 Golden Sand

📋 copy color: '#EAD363'

red 234 ◦ green 211 ◦ blue 99

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

Shades of Golden Sand #EAD363

Tints of Golden Sand #EAD363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 18.2%

R = 43.01%
G = 38.79%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EAD363 (or 0xEAD363) is known color: Golden Sand. HEX triplet: EA, D3 and 63. RGB value is (234,211,99). Sum of RGB (Red+Green+Blue) = 234+211+99=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 211 (82.81% from 255 or 38.79% from 544); Blue value is 99 (39.06% from 255 or 18.20% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD363 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD363 is #152C9C. Grayscale: #CDCDCD. Windows color (decimal): -1387677 or 6542314. OLE color: 6542314.

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

Color convert

RGB 234 211 99 -
CMYK 0 0.10 0.58 0.08
HSL 49.78º 0.76% 0.65% -
HSV(B) 49.78º 0.58% 0.92% -
XYZ 59.48 64.98 21.21 -
YUV 205.11 68.12 148.61 -
System Red Green Blue C M Y K H S L
Decimal 234 211 99 0 0.10 0.58 0.08 49.78 0.76 0.65
Hex EA D3 63 0 A 3A 8 32 4C 41
Octal 352 323 143 0 12 72 10 62 114 101
Binary 11101010 11010011 1100011 0 1010 111010 1000 110010 1001100 1000001

Color Harmonies of #EAD363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD363

Black with #EAD363

Text Example


Text Example

White with #EAD363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD363; }

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

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

background-color css

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

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

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

border-color css

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

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

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