Html Css Color HEX #EBD86A Golden Sand

📋 copy color: '#EBD86A'

red 235 ◦ green 216 ◦ blue 106

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

Shades of Golden Sand #EBD86A

Tints of Golden Sand #EBD86A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.03%

R = 42.19%
G = 38.78%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.55

 K value IS 0.08

RGB Variations

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

Color information

#EBD86A (or 0xEBD86A) is known color: Golden Sand. HEX triplet: EB, D8 and 6A. RGB value is (235,216,106). Sum of RGB (Red+Green+Blue) = 235+216+106=557 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.19% from 557); Green value is 216 (84.77% from 255 or 38.78% from 557); Blue value is 106 (41.80% from 255 or 19.03% from 557); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD86A is #142795. Grayscale: #D1D1D1. Windows color (decimal): -1320854 or 7002347. OLE color: 7002347.

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

Color convert

RGB 235 216 106 -
CMYK 0 0.08 0.55 0.08
HSL 51.16º 0.76% 0.67% -
HSV(B) 51.16º 0.55% 0.92% -
XYZ 61.42 67.81 23.49 -
YUV 209.14 69.79 146.44 -
System Red Green Blue C M Y K H S L
Decimal 235 216 106 0 0.08 0.55 0.08 51.16 0.76 0.67
Hex EB D8 6A 0 8 37 8 33 4C 43
Octal 353 330 152 0 10 67 10 63 114 103
Binary 11101011 11011000 1101010 0 1000 110111 1000 110011 1001100 1000011

Color Harmonies of #EBD86A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD86A

Black with #EBD86A

Text Example


Text Example

White with #EBD86A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD86A; }

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

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

background-color css

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

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

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

border-color css

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

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

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