Html Css Color HEX #EBC46D Golden Sand

📋 copy color: '#EBC46D'

red 235 ◦ green 196 ◦ blue 109

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

Shades of Golden Sand #EBC46D

Tints of Golden Sand #EBC46D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 36.3%

 BLUE value IS 109 (42.97% from 255) = 20.19%

R = 43.52%
G = 36.3%
B = 20.19%

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

#EBC46D (or 0xEBC46D) is known color: Golden Sand. HEX triplet: EB, C4 and 6D. RGB value is (235,196,109). Sum of RGB (Red+Green+Blue) = 235+196+109=540 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.52% from 540); Green value is 196 (76.95% from 255 or 36.30% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC46D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC46D is #143B92. Grayscale: #C6C6C6. Windows color (decimal): -1325971 or 7193835. OLE color: 7193835.

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

Color convert

RGB 235 196 109 -
CMYK 0 0.17 0.54 0.08
HSL 41.43º 0.76% 0.67% -
HSV(B) 41.43º 0.54% 0.92% -
XYZ 56.76 58.25 22.72 -
YUV 197.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 235 196 109 0 0.17 0.54 0.08 41.43 0.76 0.67
Hex EB C4 6D 0 11 36 8 29 4C 43
Octal 353 304 155 0 21 66 10 51 114 103
Binary 11101011 11000100 1101101 0 10001 110110 1000 101001 1001100 1000011

Color Harmonies of #EBC46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC46D

Black with #EBC46D

Text Example


Text Example

White with #EBC46D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC46D; }

 p { color: rgb(235,196,109); }

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

background-color css

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

 a { background-color: rgb(235,196,109); }

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

border-color css

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

 span { border-color: rgb(235,196,109); }

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