Html Css Color HEX #E2C28C New Orleans

📋 copy color: '#E2C28C'

red 226 ◦ green 194 ◦ blue 140

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

Shades of New Orleans #E2C28C

Tints of New Orleans #E2C28C

RGB

 RED value IS 226 (88.67% from 255) = 40.36%

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

 BLUE value IS 140 (55.08% from 255) = 25%

R = 40.36%
G = 34.64%
B = 25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2C28C (or 0xE2C28C) is known color: New Orleans. HEX triplet: E2, C2 and 8C. RGB value is (226,194,140). Sum of RGB (Red+Green+Blue) = 226+194+140=560 (74% of max value = 765). Red value is 226 (88.67% from 255 or 40.36% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 140 (55.08% from 255 or 25% from 560); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C28C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2C28C is #1D3D73. Grayscale: #C5C5C5. Windows color (decimal): -1916276 or 9224930. OLE color: 9224930.

HSL color Cylindrical-coordinate representation of color #E2C28C: hue angle of 37.67º degrees, saturation: 0.6, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E2C28C is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 194 140 -
CMYK 0 0.14 0.38 0.11
HSL 37.67º 0.6% 0.72% -
HSV(B) 37.67º 0.38% 0.89% -
XYZ 55.39 56.65 32.83 -
YUV 197.41 95.6 148.39 -
System Red Green Blue C M Y K H S L
Decimal 226 194 140 0 0.14 0.38 0.11 37.67 0.6 0.72
Hex E2 C2 8C 0 E 26 B 26 3C 48
Octal 342 302 214 0 16 46 13 46 74 110
Binary 11100010 11000010 10001100 0 1110 100110 1011 100110 111100 1001000

Color Harmonies of #E2C28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2C28C

Black with #E2C28C

Text Example


Text Example

White with #E2C28C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2C28C; }

 p { color: rgb(226,194,140); }

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

background-color css

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

 a { background-color: rgb(226,194,140); }

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

border-color css

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

 span { border-color: rgb(226,194,140); }

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