Html Css Color HEX #EBD56E Golden Sand

📋 copy color: '#EBD56E'

red 235 ◦ green 213 ◦ blue 110

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

Shades of Golden Sand #EBD56E

Tints of Golden Sand #EBD56E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 38.17%

 BLUE value IS 110 (43.36% from 255) = 19.71%

R = 42.11%
G = 38.17%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBD56E (or 0xEBD56E) is known color: Golden Sand. HEX triplet: EB, D5 and 6E. RGB value is (235,213,110). Sum of RGB (Red+Green+Blue) = 235+213+110=558 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.11% from 558); Green value is 213 (83.59% from 255 or 38.17% from 558); Blue value is 110 (43.36% from 255 or 19.71% from 558); Max value from RGB is 235 - color contains mainly: red. Hex color #EBD56E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBD56E is #142A91. Grayscale: #D0D0D0. Windows color (decimal): -1321618 or 7263723. OLE color: 7263723.

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

Color convert

RGB 235 213 110 -
CMYK 0 0.09 0.53 0.08
HSL 49.44º 0.76% 0.68% -
HSV(B) 49.44º 0.53% 0.92% -
XYZ 60.87 66.38 24.36 -
YUV 207.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 235 213 110 0 0.09 0.53 0.08 49.44 0.76 0.68
Hex EB D5 6E 0 9 35 8 31 4C 44
Octal 353 325 156 0 11 65 10 61 114 104
Binary 11101011 11010101 1101110 0 1001 110101 1000 110001 1001100 1000100

Color Harmonies of #EBD56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBD56E

Black with #EBD56E

Text Example


Text Example

White with #EBD56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBD56E; }

 p { color: rgb(235,213,110); }

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

background-color css

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

 a { background-color: rgb(235,213,110); }

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

border-color css

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

 span { border-color: rgb(235,213,110); }

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