Html Css Color HEX #E6C48D New Orleans

📋 copy color: '#E6C48D'

red 230 ◦ green 196 ◦ blue 141

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

Shades of New Orleans #E6C48D

Tints of New Orleans #E6C48D

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.57%

 BLUE value IS 141 (55.47% from 255) = 24.87%

R = 40.56%
G = 34.57%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6C48D (or 0xE6C48D) is known color: New Orleans. HEX triplet: E6, C4 and 8D. RGB value is (230,196,141). Sum of RGB (Red+Green+Blue) = 230+196+141=567 (75% of max value = 765). Red value is 230 (90.23% from 255 or 40.56% from 567); Green value is 196 (76.95% from 255 or 34.57% from 567); Blue value is 141 (55.47% from 255 or 24.87% from 567); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C48D is #193B72. Grayscale: #C8C8C8. Windows color (decimal): -1653619 or 9290982. OLE color: 9290982.

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

Color convert

RGB 230 196 141 -
CMYK 0 0.15 0.39 0.10
HSL 37.08º 0.64% 0.73% -
HSV(B) 37.08º 0.39% 0.9% -
XYZ 57.18 58.23 33.42 -
YUV 199.9 94.76 149.47 -
System Red Green Blue C M Y K H S L
Decimal 230 196 141 0 0.15 0.39 0.10 37.08 0.64 0.73
Hex E6 C4 8D 0 F 27 A 25 40 49
Octal 346 304 215 0 17 47 12 45 100 111
Binary 11100110 11000100 10001101 0 1111 100111 1010 100101 1000000 1001001

Color Harmonies of #E6C48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C48D

Black with #E6C48D

Text Example


Text Example

White with #E6C48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C48D; }

 p { color: rgb(230,196,141); }

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

background-color css

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

 a { background-color: rgb(230,196,141); }

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

border-color css

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

 span { border-color: rgb(230,196,141); }

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