Html Css Color HEX #E6C690 New Orleans

📋 copy color: '#E6C690'

red 230 ◦ green 198 ◦ blue 144

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

Shades of New Orleans #E6C690

Tints of New Orleans #E6C690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 25.17%

R = 40.21%
G = 34.62%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.37

 K value IS 0.10

RGB Variations

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

Color information

#E6C690 (or 0xE6C690) is known color: New Orleans. HEX triplet: E6, C6 and 90. RGB value is (230,198,144). Sum of RGB (Red+Green+Blue) = 230+198+144=572 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.21% from 572); Green value is 198 (77.73% from 255 or 34.62% from 572); Blue value is 144 (56.64% from 255 or 25.17% from 572); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C690 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C690 is #19396F. Grayscale: #C9C9C9. Windows color (decimal): -1653104 or 9488102. OLE color: 9488102.

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

Color convert

RGB 230 198 144 -
CMYK 0 0.14 0.37 0.10
HSL 37.67º 0.63% 0.73% -
HSV(B) 37.67º 0.37% 0.9% -
XYZ 57.86 59.22 34.77 -
YUV 201.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 230 198 144 0 0.14 0.37 0.10 37.67 0.63 0.73
Hex E6 C6 90 0 E 25 A 26 3F 49
Octal 346 306 220 0 16 45 12 46 77 111
Binary 11100110 11000110 10010000 0 1110 100101 1010 100110 111111 1001001

Color Harmonies of #E6C690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C690

Black with #E6C690

Text Example


Text Example

White with #E6C690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C690; }

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

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

background-color css

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

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

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

border-color css

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

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

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