Html Css Color HEX #EBC75F Golden Sand

📋 copy color: '#EBC75F'

red 235 ◦ green 199 ◦ blue 95

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

Shades of Golden Sand #EBC75F

Tints of Golden Sand #EBC75F

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.62%

 BLUE value IS 95 (37.5% from 255) = 17.96%

R = 44.42%
G = 37.62%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBC75F (or 0xEBC75F) is known color: Golden Sand. HEX triplet: EB, C7 and 5F. RGB value is (235,199,95). Sum of RGB (Red+Green+Blue) = 235+199+95=529 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.42% from 529); Green value is 199 (78.12% from 255 or 37.62% from 529); Blue value is 95 (37.5% from 255 or 17.96% from 529); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC75F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC75F is #1438A0. Grayscale: #C6C6C6. Windows color (decimal): -1325217 or 6277099. OLE color: 6277099.

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

Color convert

RGB 235 199 95 -
CMYK 0 0.15 0.60 0.08
HSL 44.57º 0.78% 0.65% -
HSV(B) 44.57º 0.6% 0.92% -
XYZ 56.75 59.34 19.29 -
YUV 197.91 69.93 154.46 -
System Red Green Blue C M Y K H S L
Decimal 235 199 95 0 0.15 0.60 0.08 44.57 0.78 0.65
Hex EB C7 5F 0 F 3C 8 2D 4E 41
Octal 353 307 137 0 17 74 10 55 116 101
Binary 11101011 11000111 1011111 0 1111 111100 1000 101101 1001110 1000001

Color Harmonies of #EBC75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC75F

Black with #EBC75F

Text Example


Text Example

White with #EBC75F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC75F; }

 p { color: rgb(235,199,95); }

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

background-color css

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

 a { background-color: rgb(235,199,95); }

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

border-color css

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

 span { border-color: rgb(235,199,95); }

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