Html Css Color HEX #E6C28D New Orleans

📋 copy color: '#E6C28D'

red 230 ◦ green 194 ◦ blue 141

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

Shades of New Orleans #E6C28D

Tints of New Orleans #E6C28D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.34%

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

R = 40.71%
G = 34.34%
B = 24.96%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E6C28D (or 0xE6C28D) is known color: New Orleans. HEX triplet: E6, C2 and 8D. RGB value is (230,194,141). Sum of RGB (Red+Green+Blue) = 230+194+141=565 (74% of max value = 765). Red value is 230 (90.23% from 255 or 40.71% from 565); Green value is 194 (76.17% from 255 or 34.34% from 565); Blue value is 141 (55.47% from 255 or 24.96% from 565); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6C28D is #193D72. Grayscale: #C6C6C6. Windows color (decimal): -1654131 or 9290470. OLE color: 9290470.

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

Color convert

RGB 230 194 141 -
CMYK 0 0.16 0.39 0.10
HSL 35.73º 0.64% 0.73% -
HSV(B) 35.73º 0.39% 0.9% -
XYZ 56.73 57.33 33.27 -
YUV 198.72 95.43 150.31 -
System Red Green Blue C M Y K H S L
Decimal 230 194 141 0 0.16 0.39 0.10 35.73 0.64 0.73
Hex E6 C2 8D 0 10 27 A 24 40 49
Octal 346 302 215 0 20 47 12 44 100 111
Binary 11100110 11000010 10001101 0 10000 100111 1010 100100 1000000 1001001

Color Harmonies of #E6C28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C28D

Black with #E6C28D

Text Example


Text Example

White with #E6C28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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