Html Css Color HEX #EAD266 Golden Sand

📋 copy color: '#EAD266'

red 234 ◦ green 210 ◦ blue 102

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

Shades of Golden Sand #EAD266

Tints of Golden Sand #EAD266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 18.68%

R = 42.86%
G = 38.46%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAD266 (or 0xEAD266) is known color: Golden Sand. HEX triplet: EA, D2 and 66. RGB value is (234,210,102). Sum of RGB (Red+Green+Blue) = 234+210+102=546 (72% of max value = 765). Red value is 234 (91.80% from 255 or 42.86% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 102 (40.23% from 255 or 18.68% from 546); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD266 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD266 is #152D99. Grayscale: #CDCDCD. Windows color (decimal): -1387930 or 6738666. OLE color: 6738666.

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

Color convert

RGB 234 210 102 -
CMYK 0 0.10 0.56 0.08
HSL 49.09º 0.76% 0.66% -
HSV(B) 49.09º 0.56% 0.92% -
XYZ 59.38 64.54 21.9 -
YUV 204.86 69.95 148.78 -
System Red Green Blue C M Y K H S L
Decimal 234 210 102 0 0.10 0.56 0.08 49.09 0.76 0.66
Hex EA D2 66 0 A 38 8 31 4C 42
Octal 352 322 146 0 12 70 10 61 114 102
Binary 11101010 11010010 1100110 0 1010 111000 1000 110001 1001100 1000010

Color Harmonies of #EAD266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD266

Black with #EAD266

Text Example


Text Example

White with #EAD266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD266; }

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

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

background-color css

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

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

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

border-color css

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

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

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