Html Css Color HEX #EBC46B Golden Sand

📋 copy color: '#EBC46B'

red 235 ◦ green 196 ◦ blue 107

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

Shades of Golden Sand #EBC46B

Tints of Golden Sand #EBC46B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 19.89%

R = 43.68%
G = 36.43%
B = 19.89%

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

#EBC46B (or 0xEBC46B) is known color: Golden Sand. HEX triplet: EB, C4 and 6B. RGB value is (235,196,107). Sum of RGB (Red+Green+Blue) = 235+196+107=538 (71% of max value = 765). Red value is 235 (92.19% from 255 or 43.68% from 538); Green value is 196 (76.95% from 255 or 36.43% from 538); Blue value is 107 (42.19% from 255 or 19.89% from 538); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC46B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC46B is #143B94. Grayscale: #C5C5C5. Windows color (decimal): -1325973 or 7062763. OLE color: 7062763.

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

Color convert

RGB 235 196 107 -
CMYK 0 0.17 0.54 0.08
HSL 41.72º 0.76% 0.67% -
HSV(B) 41.72º 0.54% 0.92% -
XYZ 56.65 58.2 22.16 -
YUV 197.52 76.92 154.74 -
System Red Green Blue C M Y K H S L
Decimal 235 196 107 0 0.17 0.54 0.08 41.72 0.76 0.67
Hex EB C4 6B 0 11 36 8 2A 4C 43
Octal 353 304 153 0 21 66 10 52 114 103
Binary 11101011 11000100 1101011 0 10001 110110 1000 101010 1001100 1000011

Color Harmonies of #EBC46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC46B

Black with #EBC46B

Text Example


Text Example

White with #EBC46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC46B; }

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

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

background-color css

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

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

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

border-color css

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

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

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