Html Css Color HEX #EBC671 Golden Sand

📋 copy color: '#EBC671'

red 235 ◦ green 198 ◦ blue 113

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

Shades of Golden Sand #EBC671

Tints of Golden Sand #EBC671

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.26%

 BLUE value IS 113 (44.53% from 255) = 20.7%

R = 43.04%
G = 36.26%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#EBC671 (or 0xEBC671) is known color: Golden Sand. HEX triplet: EB, C6 and 71. RGB value is (235,198,113). Sum of RGB (Red+Green+Blue) = 235+198+113=546 (72% of max value = 765). Red value is 235 (92.19% from 255 or 43.04% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 113 (44.53% from 255 or 20.70% from 546); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC671 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC671 is #14398E. Grayscale: #C7C7C7. Windows color (decimal): -1325455 or 7456491. OLE color: 7456491.

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

Color convert

RGB 235 198 113 -
CMYK 0 0.16 0.52 0.08
HSL 41.8º 0.75% 0.68% -
HSV(B) 41.8º 0.52% 0.92% -
XYZ 57.44 59.24 24.03 -
YUV 199.37 79.26 153.41 -
System Red Green Blue C M Y K H S L
Decimal 235 198 113 0 0.16 0.52 0.08 41.8 0.75 0.68
Hex EB C6 71 0 10 34 8 2A 4B 44
Octal 353 306 161 0 20 64 10 52 113 104
Binary 11101011 11000110 1110001 0 10000 110100 1000 101010 1001011 1000100

Color Harmonies of #EBC671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC671

Black with #EBC671

Text Example


Text Example

White with #EBC671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC671; }

 p { color: rgb(235,198,113); }

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

background-color css

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

 a { background-color: rgb(235,198,113); }

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

border-color css

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

 span { border-color: rgb(235,198,113); }

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