Html Css Color HEX #EBC361 Golden Sand

📋 copy color: '#EBC361'

red 235 ◦ green 195 ◦ blue 97

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

Shades of Golden Sand #EBC361

Tints of Golden Sand #EBC361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 18.41%

R = 44.59%
G = 37%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EBC361 (or 0xEBC361) is known color: Golden Sand. HEX triplet: EB, C3 and 61. RGB value is (235,195,97). Sum of RGB (Red+Green+Blue) = 235+195+97=527 (69% of max value = 765). Red value is 235 (92.19% from 255 or 44.59% from 527); Green value is 195 (76.56% from 255 or 37.00% from 527); Blue value is 97 (38.28% from 255 or 18.41% from 527); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC361 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC361 is #143C9E. Grayscale: #C4C4C4. Windows color (decimal): -1326239 or 6407147. OLE color: 6407147.

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

Color convert

RGB 235 195 97 -
CMYK 0 0.17 0.59 0.08
HSL 42.61º 0.78% 0.65% -
HSV(B) 42.61º 0.59% 0.92% -
XYZ 55.93 57.56 19.47 -
YUV 195.79 72.25 155.97 -
System Red Green Blue C M Y K H S L
Decimal 235 195 97 0 0.17 0.59 0.08 42.61 0.78 0.65
Hex EB C3 61 0 11 3B 8 2B 4E 41
Octal 353 303 141 0 21 73 10 53 116 101
Binary 11101011 11000011 1100001 0 10001 111011 1000 101011 1001110 1000001

Color Harmonies of #EBC361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC361

Black with #EBC361

Text Example


Text Example

White with #EBC361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC361; }

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

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

background-color css

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

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

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

border-color css

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

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

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