Html Css Color HEX #EADB66 Golden Sand

📋 copy color: '#EADB66'

red 234 ◦ green 219 ◦ blue 102

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

Shades of Golden Sand #EADB66

Tints of Golden Sand #EADB66

RGB

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

 GREEN value IS 219 (85.94% from 255) = 39.46%

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

R = 42.16%
G = 39.46%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.56

 K value IS 0.08

RGB Variations

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

Color information

#EADB66 (or 0xEADB66) is known color: Golden Sand. HEX triplet: EA, DB and 66. RGB value is (234,219,102). Sum of RGB (Red+Green+Blue) = 234+219+102=555 (73% of max value = 765). Red value is 234 (91.80% from 255 or 42.16% from 555); Green value is 219 (85.94% from 255 or 39.46% from 555); Blue value is 102 (40.23% from 255 or 18.38% from 555); Max value from RGB is 234 - color contains mainly: red. Hex color #EADB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EADB66 is #152499. Grayscale: #D2D2D2. Windows color (decimal): -1385626 or 6740970. OLE color: 6740970.

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

Color convert

RGB 234 219 102 -
CMYK 0 0.06 0.56 0.08
HSL 53.18º 0.76% 0.66% -
HSV(B) 53.18º 0.56% 0.92% -
XYZ 61.66 69.11 22.66 -
YUV 210.15 66.97 145.01 -
System Red Green Blue C M Y K H S L
Decimal 234 219 102 0 0.06 0.56 0.08 53.18 0.76 0.66
Hex EA DB 66 0 6 38 8 35 4C 42
Octal 352 333 146 0 6 70 10 65 114 102
Binary 11101010 11011011 1100110 0 110 111000 1000 110101 1001100 1000010

Color Harmonies of #EADB66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EADB66

Black with #EADB66

Text Example


Text Example

White with #EADB66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EADB66; }

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

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

background-color css

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

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

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

border-color css

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

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

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