Html Css Color HEX #EAD26D Golden Sand

📋 copy color: '#EAD26D'

red 234 ◦ green 210 ◦ blue 109

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

Shades of Golden Sand #EAD26D

Tints of Golden Sand #EAD26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.71%

R = 42.31%
G = 37.97%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EAD26D (or 0xEAD26D) is known color: Golden Sand. HEX triplet: EA, D2 and 6D. RGB value is (234,210,109). Sum of RGB (Red+Green+Blue) = 234+210+109=553 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.31% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 109 (42.97% from 255 or 19.71% from 553); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD26D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD26D is #152D92. Grayscale: #CECECE. Windows color (decimal): -1387923 or 7197418. OLE color: 7197418.

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

Color convert

RGB 234 210 109 -
CMYK 0 0.10 0.53 0.08
HSL 48.48º 0.75% 0.67% -
HSV(B) 48.48º 0.53% 0.92% -
XYZ 59.74 64.69 23.81 -
YUV 205.66 73.45 148.21 -
System Red Green Blue C M Y K H S L
Decimal 234 210 109 0 0.10 0.53 0.08 48.48 0.75 0.67
Hex EA D2 6D 0 A 35 8 30 4B 43
Octal 352 322 155 0 12 65 10 60 113 103
Binary 11101010 11010010 1101101 0 1010 110101 1000 110000 1001011 1000011

Color Harmonies of #EAD26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD26D

Black with #EAD26D

Text Example


Text Example

White with #EAD26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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