Html Css Color HEX #E6C685 New Orleans

📋 copy color: '#E6C685'

red 230 ◦ green 198 ◦ blue 133

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

Shades of New Orleans #E6C685

Tints of New Orleans #E6C685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 23.71%

R = 41%
G = 35.29%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.42

 K value IS 0.10

RGB Variations

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

Color information

#E6C685 (or 0xE6C685) is known color: New Orleans. HEX triplet: E6, C6 and 85. RGB value is (230,198,133). Sum of RGB (Red+Green+Blue) = 230+198+133=561 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.00% from 561); Green value is 198 (77.73% from 255 or 35.29% from 561); Blue value is 133 (52.34% from 255 or 23.71% from 561); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C685 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C685 is #19397A. Grayscale: #C8C8C8. Windows color (decimal): -1653115 or 8767206. OLE color: 8767206.

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

Color convert

RGB 230 198 133 -
CMYK 0 0.14 0.42 0.10
HSL 40.21º 0.66% 0.71% -
HSV(B) 40.21º 0.42% 0.9% -
XYZ 57.06 58.9 30.55 -
YUV 200.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 230 198 133 0 0.14 0.42 0.10 40.21 0.66 0.71
Hex E6 C6 85 0 E 2A A 28 42 47
Octal 346 306 205 0 16 52 12 50 102 107
Binary 11100110 11000110 10000101 0 1110 101010 1010 101000 1000010 1000111

Color Harmonies of #E6C685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C685

Black with #E6C685

Text Example


Text Example

White with #E6C685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C685; }

 p { color: rgb(230,198,133); }

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

background-color css

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

 a { background-color: rgb(230,198,133); }

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

border-color css

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

 span { border-color: rgb(230,198,133); }

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