Html Css Color HEX #EBD866 Golden Sand

📋 copy color: '#EBD866'

red 235 ◦ green 216 ◦ blue 102

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

Shades of Golden Sand #EBD866

Tints of Golden Sand #EBD866

RGB

 RED value IS 235 (92.19% from 255) = 42.5%

 GREEN value IS 216 (84.77% from 255) = 39.06%

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

R = 42.5%
G = 39.06%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBD866 (or 0xEBD866) is known color: Golden Sand. HEX triplet: EB, D8 and 66. RGB value is (235,216,102). Sum of RGB (Red+Green+Blue) = 235+216+102=553 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.50% from 553); Green value is 216 (84.77% from 255 or 39.06% from 553); Blue value is 102 (40.23% from 255 or 18.44% from 553); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD866 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD866 is #142799. Grayscale: #D1D1D1. Windows color (decimal): -1320858 or 6740203. OLE color: 6740203.

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

Color convert

RGB 235 216 102 -
CMYK 0 0.08 0.57 0.08
HSL 51.43º 0.77% 0.66% -
HSV(B) 51.43º 0.57% 0.92% -
XYZ 61.22 67.73 22.42 -
YUV 208.69 67.79 146.77 -
System Red Green Blue C M Y K H S L
Decimal 235 216 102 0 0.08 0.57 0.08 51.43 0.77 0.66
Hex EB D8 66 0 8 39 8 33 4D 42
Octal 353 330 146 0 10 71 10 63 115 102
Binary 11101011 11011000 1100110 0 1000 111001 1000 110011 1001101 1000010

Color Harmonies of #EBD866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD866

Black with #EBD866

Text Example


Text Example

White with #EBD866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD866; }

 p { color: rgb(235,216,102); }

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

background-color css

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

 a { background-color: rgb(235,216,102); }

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

border-color css

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

 span { border-color: rgb(235,216,102); }

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