Html Css Color HEX #E8D066 Golden Sand

📋 copy color: '#E8D066'

red 232 ◦ green 208 ◦ blue 102

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

Shades of Golden Sand #E8D066

Tints of Golden Sand #E8D066

RGB

 RED value IS 232 (91.02% from 255) = 42.8%

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

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

R = 42.8%
G = 38.38%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E8D066 (or 0xE8D066) is known color: Golden Sand. HEX triplet: E8, D0 and 66. RGB value is (232,208,102). Sum of RGB (Red+Green+Blue) = 232+208+102=542 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.80% from 542); Green value is 208 (81.64% from 255 or 38.38% from 542); Blue value is 102 (40.23% from 255 or 18.82% from 542); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D066 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D066 is #172F99. Grayscale: #CBCBCB. Windows color (decimal): -1519514 or 6738152. OLE color: 6738152.

HSL color Cylindrical-coordinate representation of color #E8D066: hue angle of 48.92º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E8D066 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 208 102 -
CMYK 0 0.10 0.56 0.09
HSL 48.92º 0.74% 0.65% -
HSV(B) 48.92º 0.56% 0.91% -
XYZ 58.23 63.23 21.71 -
YUV 203.09 70.95 148.62 -
System Red Green Blue C M Y K H S L
Decimal 232 208 102 0 0.10 0.56 0.09 48.92 0.74 0.65
Hex E8 D0 66 0 A 38 9 31 4A 41
Octal 350 320 146 0 12 70 11 61 112 101
Binary 11101000 11010000 1100110 0 1010 111000 1001 110001 1001010 1000001

Color Harmonies of #E8D066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D066

Black with #E8D066

Text Example


Text Example

White with #E8D066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D066; }

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

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

background-color css

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

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

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

border-color css

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

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

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