Html Css Color HEX #EBC662 Golden Sand

📋 copy color: '#EBC662'

red 235 ◦ green 198 ◦ blue 98

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

Shades of Golden Sand #EBC662

Tints of Golden Sand #EBC662

RGB

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

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

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

R = 44.26%
G = 37.29%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.58

 K value IS 0.08

RGB Variations

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

Color information

#EBC662 (or 0xEBC662) is known color: Golden Sand. HEX triplet: EB, C6 and 62. RGB value is (235,198,98). Sum of RGB (Red+Green+Blue) = 235+198+98=531 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.26% from 531); Green value is 198 (77.73% from 255 or 37.29% from 531); Blue value is 98 (38.67% from 255 or 18.46% from 531); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC662 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC662 is #14399D. Grayscale: #C6C6C6. Windows color (decimal): -1325470 or 6473451. OLE color: 6473451.

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

Color convert

RGB 235 198 98 -
CMYK 0 0.16 0.58 0.08
HSL 43.8º 0.77% 0.65% -
HSV(B) 43.8º 0.58% 0.92% -
XYZ 56.66 58.93 19.94 -
YUV 197.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 235 198 98 0 0.16 0.58 0.08 43.8 0.77 0.65
Hex EB C6 62 0 10 3A 8 2C 4D 41
Octal 353 306 142 0 20 72 10 54 115 101
Binary 11101011 11000110 1100010 0 10000 111010 1000 101100 1001101 1000001

Color Harmonies of #EBC662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC662

Black with #EBC662

Text Example


Text Example

White with #EBC662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC662; }

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

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

background-color css

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

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

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

border-color css

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

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

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