Html Css Color HEX #EBC672 Golden Sand

📋 copy color: '#EBC672'

red 235 ◦ green 198 ◦ blue 114

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

Shades of Golden Sand #EBC672

Tints of Golden Sand #EBC672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.84%

R = 42.96%
G = 36.2%
B = 20.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#EBC672 (or 0xEBC672) is known color: Golden Sand. HEX triplet: EB, C6 and 72. RGB value is (235,198,114). Sum of RGB (Red+Green+Blue) = 235+198+114=547 (72% of max value = 765). Red value is 235 (92.19% from 255 or 42.96% from 547); Green value is 198 (77.73% from 255 or 36.20% from 547); Blue value is 114 (44.92% from 255 or 20.84% from 547); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC672 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC672 is #14398D. Grayscale: #C7C7C7. Windows color (decimal): -1325454 or 7522027. OLE color: 7522027.

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

Color convert

RGB 235 198 114 -
CMYK 0 0.16 0.51 0.08
HSL 41.65º 0.75% 0.68% -
HSV(B) 41.65º 0.51% 0.92% -
XYZ 57.49 59.27 24.33 -
YUV 199.49 79.76 153.33 -
System Red Green Blue C M Y K H S L
Decimal 235 198 114 0 0.16 0.51 0.08 41.65 0.75 0.68
Hex EB C6 72 0 10 33 8 2A 4B 44
Octal 353 306 162 0 20 63 10 52 113 104
Binary 11101011 11000110 1110010 0 10000 110011 1000 101010 1001011 1000100

Color Harmonies of #EBC672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC672

Black with #EBC672

Text Example


Text Example

White with #EBC672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC672; }

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

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

background-color css

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

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

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

border-color css

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

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

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