Html Css Color HEX #E6C362 Golden Sand

📋 copy color: '#E6C362'

red 230 ◦ green 195 ◦ blue 98

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

Shades of Golden Sand #E6C362

Tints of Golden Sand #E6C362

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.28%

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

R = 43.98%
G = 37.28%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.10

RGB Variations

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

Color information

#E6C362 (or 0xE6C362) is known color: Golden Sand. HEX triplet: E6, C3 and 62. RGB value is (230,195,98). Sum of RGB (Red+Green+Blue) = 230+195+98=523 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.98% from 523); Green value is 195 (76.56% from 255 or 37.28% from 523); Blue value is 98 (38.67% from 255 or 18.74% from 523); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C362 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C362 is #193C9D. Grayscale: #C2C2C2. Windows color (decimal): -1653918 or 6472678. OLE color: 6472678.

HSL color Cylindrical-coordinate representation of color #E6C362: hue angle of 44.09º 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 #E6C362 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 195 98 -
CMYK 0 0.15 0.57 0.10
HSL 44.09º 0.73% 0.64% -
HSV(B) 44.09º 0.57% 0.9% -
XYZ 54.35 56.74 19.64 -
YUV 194.41 73.6 153.39 -
System Red Green Blue C M Y K H S L
Decimal 230 195 98 0 0.15 0.57 0.10 44.09 0.73 0.64
Hex E6 C3 62 0 F 39 A 2C 49 40
Octal 346 303 142 0 17 71 12 54 111 100
Binary 11100110 11000011 1100010 0 1111 111001 1010 101100 1001001 1000000

Color Harmonies of #E6C362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C362

Black with #E6C362

Text Example


Text Example

White with #E6C362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C362; }

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

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

background-color css

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

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

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

border-color css

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

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

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