Html Css Color HEX #EBC95D Golden Sand

📋 copy color: '#EBC95D'

red 235 ◦ green 201 ◦ blue 93

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

Shades of Golden Sand #EBC95D

Tints of Golden Sand #EBC95D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 38%

 BLUE value IS 93 (36.72% from 255) = 17.58%

R = 44.42%
G = 38%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBC95D (or 0xEBC95D) is known color: Golden Sand. HEX triplet: EB, C9 and 5D. RGB value is (235,201,93). Sum of RGB (Red+Green+Blue) = 235+201+93=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 93 (36.72% from 255 or 17.58% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC95D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC95D is #1436A2. Grayscale: #C7C7C7. Windows color (decimal): -1324707 or 6146539. OLE color: 6146539.

HSL color Cylindrical-coordinate representation of color #EBC95D: hue angle of 45.63º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EBC95D is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 201 93 -
CMYK 0 0.14 0.60 0.08
HSL 45.63º 0.78% 0.64% -
HSV(B) 45.63º 0.6% 0.92% -
XYZ 57.12 60.23 18.97 -
YUV 198.85 68.26 153.78 -
System Red Green Blue C M Y K H S L
Decimal 235 201 93 0 0.14 0.60 0.08 45.63 0.78 0.64
Hex EB C9 5D 0 E 3C 8 2E 4E 40
Octal 353 311 135 0 16 74 10 56 116 100
Binary 11101011 11001001 1011101 0 1110 111100 1000 101110 1001110 1000000

Color Harmonies of #EBC95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC95D

Black with #EBC95D

Text Example


Text Example

White with #EBC95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC95D; }

 p { color: rgb(235,201,93); }

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

background-color css

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

 a { background-color: rgb(235,201,93); }

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

border-color css

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

 span { border-color: rgb(235,201,93); }

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