Html Css Color HEX #EBC762 Golden Sand

📋 copy color: '#EBC762'

red 235 ◦ green 199 ◦ blue 98

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

Shades of Golden Sand #EBC762

Tints of Golden Sand #EBC762

RGB

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

 GREEN value IS 199 (78.13% from 255) = 37.41%

 BLUE value IS 98 (38.67% from 255) = 18.42%

R = 44.17%
G = 37.41%
B = 18.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EBC762 (or 0xEBC762) is known color: Golden Sand. HEX triplet: EB, C7 and 62. RGB value is (235,199,98). Sum of RGB (Red+Green+Blue) = 235+199+98=532 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.17% from 532); Green value is 199 (78.12% from 255 or 37.41% from 532); Blue value is 98 (38.67% from 255 or 18.42% from 532); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC762 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC762 is #14389D. Grayscale: #C6C6C6. Windows color (decimal): -1325214 or 6473707. OLE color: 6473707.

HSL color Cylindrical-coordinate representation of color #EBC762: hue angle of 44.23º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EBC762 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 199 98 -
CMYK 0 0.15 0.58 0.08
HSL 44.23º 0.77% 0.65% -
HSV(B) 44.23º 0.58% 0.92% -
XYZ 56.89 59.39 20.02 -
YUV 198.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 235 199 98 0 0.15 0.58 0.08 44.23 0.77 0.65
Hex EB C7 62 0 F 3A 8 2C 4D 41
Octal 353 307 142 0 17 72 10 54 115 101
Binary 11101011 11000111 1100010 0 1111 111010 1000 101100 1001101 1000001

Color Harmonies of #EBC762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC762

Black with #EBC762

Text Example


Text Example

White with #EBC762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC762; }

 p { color: rgb(235,199,98); }

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

background-color css

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

 a { background-color: rgb(235,199,98); }

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

border-color css

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

 span { border-color: rgb(235,199,98); }

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