Html Css Color HEX #EBC365 Golden Sand

📋 copy color: '#EBC365'

red 235 ◦ green 195 ◦ blue 101

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

Shades of Golden Sand #EBC365

Tints of Golden Sand #EBC365

RGB

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

 GREEN value IS 195 (76.56% from 255) = 36.72%

 BLUE value IS 101 (39.84% from 255) = 19.02%

R = 44.26%
G = 36.72%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.08

RGB Variations

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

Color information

#EBC365 (or 0xEBC365) is known color: Golden Sand. HEX triplet: EB, C3 and 65. RGB value is (235,195,101). Sum of RGB (Red+Green+Blue) = 235+195+101=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 195 (76.56% from 255 or 36.72% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC365 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC365 is #143C9A. Grayscale: #C4C4C4. Windows color (decimal): -1326235 or 6669291. OLE color: 6669291.

HSL color Cylindrical-coordinate representation of color #EBC365: hue angle of 42.09º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EBC365 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 195 101 -
CMYK 0 0.17 0.57 0.08
HSL 42.09º 0.77% 0.66% -
HSV(B) 42.09º 0.57% 0.92% -
XYZ 56.13 57.63 20.48 -
YUV 196.24 74.25 155.64 -
System Red Green Blue C M Y K H S L
Decimal 235 195 101 0 0.17 0.57 0.08 42.09 0.77 0.66
Hex EB C3 65 0 11 39 8 2A 4D 42
Octal 353 303 145 0 21 71 10 52 115 102
Binary 11101011 11000011 1100101 0 10001 111001 1000 101010 1001101 1000010

Color Harmonies of #EBC365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC365

Black with #EBC365

Text Example


Text Example

White with #EBC365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC365; }

 p { color: rgb(235,195,101); }

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

background-color css

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

 a { background-color: rgb(235,195,101); }

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

border-color css

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

 span { border-color: rgb(235,195,101); }

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