Html Css Color HEX #EBC562 Golden Sand

📋 copy color: '#EBC562'

red 235 ◦ green 197 ◦ blue 98

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

Shades of Golden Sand #EBC562

Tints of Golden Sand #EBC562

RGB

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

 GREEN value IS 197 (77.34% from 255) = 37.17%

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

R = 44.34%
G = 37.17%
B = 18.49%

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

#EBC562 (or 0xEBC562) is known color: Golden Sand. HEX triplet: EB, C5 and 62. RGB value is (235,197,98). Sum of RGB (Red+Green+Blue) = 235+197+98=530 (70% of max value = 765). Red value is 235 (92.19% from 255 or 44.34% from 530); Green value is 197 (77.34% from 255 or 37.17% from 530); Blue value is 98 (38.67% from 255 or 18.49% from 530); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EBC562 is #143A9D. Grayscale: #C5C5C5. Windows color (decimal): -1325726 or 6473195. OLE color: 6473195.

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

Color convert

RGB 235 197 98 -
CMYK 0 0.16 0.58 0.08
HSL 43.36º 0.77% 0.65% -
HSV(B) 43.36º 0.58% 0.92% -
XYZ 56.43 58.48 19.87 -
YUV 197.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 235 197 98 0 0.16 0.58 0.08 43.36 0.77 0.65
Hex EB C5 62 0 10 3A 8 2B 4D 41
Octal 353 305 142 0 20 72 10 53 115 101
Binary 11101011 11000101 1100010 0 10000 111010 1000 101011 1001101 1000001

Color Harmonies of #EBC562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBC562

Black with #EBC562

Text Example


Text Example

White with #EBC562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBC562; }

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

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

background-color css

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

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

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

border-color css

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

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

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