Html Css Color HEX #E8D265 Golden Sand

📋 copy color: '#E8D265'

red 232 ◦ green 210 ◦ blue 101

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

Shades of Golden Sand #E8D265

Tints of Golden Sand #E8D265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 18.6%

R = 42.73%
G = 38.67%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E8D265 (or 0xE8D265) is known color: Golden Sand. HEX triplet: E8, D2 and 65. RGB value is (232,210,101). Sum of RGB (Red+Green+Blue) = 232+210+101=543 (71% of max value = 765). Red value is 232 (91.02% from 255 or 42.73% from 543); Green value is 210 (82.42% from 255 or 38.67% from 543); Blue value is 101 (39.84% from 255 or 18.60% from 543); Max value from RGB is 232 - color contains mainly: red. Hex color #E8D265 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E8D265 is #172D9A. Grayscale: #CCCCCC. Windows color (decimal): -1519003 or 6673128. OLE color: 6673128.

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

Color convert

RGB 232 210 101 -
CMYK 0 0.09 0.56 0.09
HSL 49.92º 0.74% 0.65% -
HSV(B) 49.92º 0.56% 0.91% -
XYZ 58.67 64.19 21.61 -
YUV 204.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 232 210 101 0 0.09 0.56 0.09 49.92 0.74 0.65
Hex E8 D2 65 0 9 38 9 32 4A 41
Octal 350 322 145 0 11 70 11 62 112 101
Binary 11101000 11010010 1100101 0 1001 111000 1001 110010 1001010 1000001

Color Harmonies of #E8D265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8D265

Black with #E8D265

Text Example


Text Example

White with #E8D265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8D265; }

 p { color: rgb(232,210,101); }

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

background-color css

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

 a { background-color: rgb(232,210,101); }

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

border-color css

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

 span { border-color: rgb(232,210,101); }

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