Html Css Color HEX #EBC65F Golden Sand

📋 copy color: '#EBC65F'

red 235 ◦ green 198 ◦ blue 95

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

Shades of Golden Sand #EBC65F

Tints of Golden Sand #EBC65F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 37.5%

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

R = 44.51%
G = 37.5%
B = 17.99%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EBC65F (or 0xEBC65F) is known color: Golden Sand. HEX triplet: EB, C6 and 5F. RGB value is (235,198,95). Sum of RGB (Red+Green+Blue) = 235+198+95=528 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.51% from 528); Green value is 198 (77.73% from 255 or 37.5% from 528); Blue value is 95 (37.5% from 255 or 17.99% from 528); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC65F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC65F is #1439A0. Grayscale: #C5C5C5. Windows color (decimal): -1325473 or 6276843. OLE color: 6276843.

HSL color Cylindrical-coordinate representation of color #EBC65F: hue angle of 44.14º 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 #EBC65F is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 198 95 -
CMYK 0 0.16 0.60 0.08
HSL 44.14º 0.78% 0.65% -
HSV(B) 44.14º 0.6% 0.92% -
XYZ 56.52 58.88 19.21 -
YUV 197.32 70.26 154.88 -
System Red Green Blue C M Y K H S L
Decimal 235 198 95 0 0.16 0.60 0.08 44.14 0.78 0.65
Hex EB C6 5F 0 10 3C 8 2C 4E 41
Octal 353 306 137 0 20 74 10 54 116 101
Binary 11101011 11000110 1011111 0 10000 111100 1000 101100 1001110 1000001

Color Harmonies of #EBC65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC65F

Black with #EBC65F

Text Example


Text Example

White with #EBC65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC65F; }

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

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

background-color css

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

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

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

border-color css

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

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

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