Html Css Color HEX #EBC46E Golden Sand

📋 copy color: '#EBC46E'

red 235 ◦ green 196 ◦ blue 110

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

Shades of Golden Sand #EBC46E

Tints of Golden Sand #EBC46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 20.33%

R = 43.44%
G = 36.23%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.08

RGB Variations

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

Color information

#EBC46E (or 0xEBC46E) is known color: Golden Sand. HEX triplet: EB, C4 and 6E. RGB value is (235,196,110). Sum of RGB (Red+Green+Blue) = 235+196+110=541 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.44% from 541); Green value is 196 (76.95% from 255 or 36.23% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC46E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC46E is #143B91. Grayscale: #C6C6C6. Windows color (decimal): -1325970 or 7259371. OLE color: 7259371.

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

Color convert

RGB 235 196 110 -
CMYK 0 0.17 0.53 0.08
HSL 41.28º 0.76% 0.68% -
HSV(B) 41.28º 0.53% 0.92% -
XYZ 56.82 58.27 23 -
YUV 197.86 78.42 154.49 -
System Red Green Blue C M Y K H S L
Decimal 235 196 110 0 0.17 0.53 0.08 41.28 0.76 0.68
Hex EB C4 6E 0 11 35 8 29 4C 44
Octal 353 304 156 0 21 65 10 51 114 104
Binary 11101011 11000100 1101110 0 10001 110101 1000 101001 1001100 1000100

Color Harmonies of #EBC46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC46E

Black with #EBC46E

Text Example


Text Example

White with #EBC46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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