Html Css Color HEX #EAD066 Golden Sand

📋 copy color: '#EAD066'

red 234 ◦ green 208 ◦ blue 102

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

Shades of Golden Sand #EAD066

Tints of Golden Sand #EAD066

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.24%

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

R = 43.01%
G = 38.24%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EAD066 (or 0xEAD066) is known color: Golden Sand. HEX triplet: EA, D0 and 66. RGB value is (234,208,102). Sum of RGB (Red+Green+Blue) = 234+208+102=544 (72% of max value = 765). Red value is 234 (91.80% from 255 or 43.01% from 544); Green value is 208 (81.64% from 255 or 38.24% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 234 - color contains mainly: red. Hex color #EAD066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EAD066 is #152F99. Grayscale: #CCCCCC. Windows color (decimal): -1388442 or 6738154. OLE color: 6738154.

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

Color convert

RGB 234 208 102 -
CMYK 0 0.11 0.56 0.08
HSL 48.18º 0.76% 0.66% -
HSV(B) 48.18º 0.56% 0.92% -
XYZ 58.89 63.56 21.74 -
YUV 203.69 70.61 149.62 -
System Red Green Blue C M Y K H S L
Decimal 234 208 102 0 0.11 0.56 0.08 48.18 0.76 0.66
Hex EA D0 66 0 B 38 8 30 4C 42
Octal 352 320 146 0 13 70 10 60 114 102
Binary 11101010 11010000 1100110 0 1011 111000 1000 110000 1001100 1000010

Color Harmonies of #EAD066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAD066

Black with #EAD066

Text Example


Text Example

White with #EAD066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAD066; }

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

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

background-color css

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

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

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

border-color css

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

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

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