Html Css Color HEX #EAD264 Golden Sand

📋 copy color: '#EAD264'

red 234 ◦ green 210 ◦ blue 100

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

Shades of Golden Sand #EAD264

Tints of Golden Sand #EAD264

RGB

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

 GREEN value IS 210 (82.42% from 255) = 38.6%

 BLUE value IS 100 (39.45% from 255) = 18.38%

R = 43.01%
G = 38.6%
B = 18.38%

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

#EAD264 (or 0xEAD264) is known color: Golden Sand. HEX triplet: EA, D2 and 64. RGB value is (234,210,100). Sum of RGB (Red+Green+Blue) = 234+210+100=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 210 (82.42% from 255 or 38.60% from 544); Blue value is 100 (39.45% from 255 or 18.38% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD264 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD264 is #152D9B. Grayscale: #CDCDCD. Windows color (decimal): -1387932 or 6607594. OLE color: 6607594.

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

Color convert

RGB 234 210 100 -
CMYK 0 0.10 0.57 0.08
HSL 49.25º 0.76% 0.65% -
HSV(B) 49.25º 0.57% 0.92% -
XYZ 59.28 64.51 21.38 -
YUV 204.64 68.95 148.94 -
System Red Green Blue C M Y K H S L
Decimal 234 210 100 0 0.10 0.57 0.08 49.25 0.76 0.65
Hex EA D2 64 0 A 39 8 31 4C 41
Octal 352 322 144 0 12 71 10 61 114 101
Binary 11101010 11010010 1100100 0 1010 111001 1000 110001 1001100 1000001

Color Harmonies of #EAD264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD264

Black with #EAD264

Text Example


Text Example

White with #EAD264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD264; }

 p { color: rgb(234,210,100); }

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

background-color css

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

 a { background-color: rgb(234,210,100); }

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

border-color css

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

 span { border-color: rgb(234,210,100); }

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