Html Css Color HEX #EBC36C Golden Sand

📋 copy color: '#EBC36C'

red 235 ◦ green 195 ◦ blue 108

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

Shades of Golden Sand #EBC36C

Tints of Golden Sand #EBC36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.07%

R = 43.68%
G = 36.25%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#EBC36C (or 0xEBC36C) is known color: Golden Sand. HEX triplet: EB, C3 and 6C. RGB value is (235,195,108). Sum of RGB (Red+Green+Blue) = 235+195+108=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 108 (42.58% from 255 or 20.07% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC36C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC36C is #143C93. Grayscale: #C5C5C5. Windows color (decimal): -1326228 or 7128043. OLE color: 7128043.

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

Color convert

RGB 235 195 108 -
CMYK 0 0.17 0.54 0.08
HSL 41.1º 0.76% 0.67% -
HSV(B) 41.1º 0.54% 0.92% -
XYZ 56.48 57.78 22.36 -
YUV 197.04 77.75 155.07 -
System Red Green Blue C M Y K H S L
Decimal 235 195 108 0 0.17 0.54 0.08 41.1 0.76 0.67
Hex EB C3 6C 0 11 36 8 29 4C 43
Octal 353 303 154 0 21 66 10 51 114 103
Binary 11101011 11000011 1101100 0 10001 110110 1000 101001 1001100 1000011

Color Harmonies of #EBC36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC36C

Black with #EBC36C

Text Example


Text Example

White with #EBC36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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