Html Css Color HEX #E6C85E Golden Sand

📋 copy color: '#E6C85E'

red 230 ◦ green 200 ◦ blue 94

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

Shades of Golden Sand #E6C85E

Tints of Golden Sand #E6C85E

RGB

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

 GREEN value IS 200 (78.52% from 255) = 38.17%

 BLUE value IS 94 (37.11% from 255) = 17.94%

R = 43.89%
G = 38.17%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.10

RGB Variations

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

Color information

#E6C85E (or 0xE6C85E) is known color: Golden Sand. HEX triplet: E6, C8 and 5E. RGB value is (230,200,94). Sum of RGB (Red+Green+Blue) = 230+200+94=524 (69% of max value = 765). Red value is 230 (90.23% from 255 or 43.89% from 524); Green value is 200 (78.52% from 255 or 38.17% from 524); Blue value is 94 (37.11% from 255 or 17.94% from 524); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C85E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C85E is #1937A1. Grayscale: #C5C5C5. Windows color (decimal): -1652642 or 6211814. OLE color: 6211814.

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

Color convert

RGB 230 200 94 -
CMYK 0 0.13 0.59 0.10
HSL 46.76º 0.73% 0.64% -
HSV(B) 46.76º 0.59% 0.9% -
XYZ 55.31 58.94 19.05 -
YUV 196.89 69.94 151.62 -
System Red Green Blue C M Y K H S L
Decimal 230 200 94 0 0.13 0.59 0.10 46.76 0.73 0.64
Hex E6 C8 5E 0 D 3B A 2F 49 40
Octal 346 310 136 0 15 73 12 57 111 100
Binary 11100110 11001000 1011110 0 1101 111011 1010 101111 1001001 1000000

Color Harmonies of #E6C85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C85E

Black with #E6C85E

Text Example


Text Example

White with #E6C85E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C85E; }

 p { color: rgb(230,200,94); }

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

background-color css

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

 a { background-color: rgb(230,200,94); }

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

border-color css

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

 span { border-color: rgb(230,200,94); }

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