Html Css Color HEX #EAD362 Golden Sand

📋 copy color: '#EAD362'

red 234 ◦ green 211 ◦ blue 98

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

Shades of Golden Sand #EAD362

Tints of Golden Sand #EAD362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 18.05%

R = 43.09%
G = 38.86%
B = 18.05%

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

#EAD362 (or 0xEAD362) is known color: Golden Sand. HEX triplet: EA, D3 and 62. RGB value is (234,211,98). Sum of RGB (Red+Green+Blue) = 234+211+98=543 (71% of max value = 765). Red value is 234 (91.80% from 255 or 43.09% from 543); Green value is 211 (82.81% from 255 or 38.86% from 543); Blue value is 98 (38.67% from 255 or 18.05% from 543); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD362 is #152C9D. Grayscale: #CDCDCD. Windows color (decimal): -1387678 or 6476778. OLE color: 6476778.

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

Color convert

RGB 234 211 98 -
CMYK 0 0.10 0.58 0.08
HSL 49.85º 0.76% 0.65% -
HSV(B) 49.85º 0.58% 0.92% -
XYZ 59.43 64.96 20.96 -
YUV 205 67.62 148.69 -
System Red Green Blue C M Y K H S L
Decimal 234 211 98 0 0.10 0.58 0.08 49.85 0.76 0.65
Hex EA D3 62 0 A 3A 8 32 4C 41
Octal 352 323 142 0 12 72 10 62 114 101
Binary 11101010 11010011 1100010 0 1010 111010 1000 110010 1001100 1000001

Color Harmonies of #EAD362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD362

Black with #EAD362

Text Example


Text Example

White with #EAD362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD362; }

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

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

background-color css

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

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

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

border-color css

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

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

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