Html Css Color HEX #E6C562 Golden Sand

📋 copy color: '#E6C562'

red 230 ◦ green 197 ◦ blue 98

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

Shades of Golden Sand #E6C562

Tints of Golden Sand #E6C562

RGB

 RED value IS 230 (90.23% from 255) = 43.81%

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

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

R = 43.81%
G = 37.52%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E6C562 (or 0xE6C562) is known color: Golden Sand. HEX triplet: E6, C5 and 62. RGB value is (230,197,98). Sum of RGB (Red+Green+Blue) = 230+197+98=525 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.81% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 98 (38.67% from 255 or 18.67% from 525); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C562 is #193A9D. Grayscale: #C4C4C4. Windows color (decimal): -1653406 or 6473190. OLE color: 6473190.

HSL color Cylindrical-coordinate representation of color #E6C562: hue angle of 45º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E6C562 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 197 98 -
CMYK 0 0.14 0.57 0.10
HSL 45º 0.73% 0.64% -
HSV(B) 45º 0.57% 0.9% -
XYZ 54.8 57.64 19.79 -
YUV 195.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 230 197 98 0 0.14 0.57 0.10 45 0.73 0.64
Hex E6 C5 62 0 E 39 A 2D 49 40
Octal 346 305 142 0 16 71 12 55 111 100
Binary 11100110 11000101 1100010 0 1110 111001 1010 101101 1001001 1000000

Color Harmonies of #E6C562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C562

Black with #E6C562

Text Example


Text Example

White with #E6C562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C562; }

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

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

background-color css

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

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

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

border-color css

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

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

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