Html Css Color HEX #E2CA8C New Orleans

📋 copy color: '#E2CA8C'

red 226 ◦ green 202 ◦ blue 140

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

Shades of New Orleans #E2CA8C

Tints of New Orleans #E2CA8C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 35.56%

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

R = 39.79%
G = 35.56%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.11

RGB Variations

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

Color information

#E2CA8C (or 0xE2CA8C) is known color: New Orleans. HEX triplet: E2, CA and 8C. RGB value is (226,202,140). Sum of RGB (Red+Green+Blue) = 226+202+140=568 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.79% from 568); Green value is 202 (79.30% from 255 or 35.56% from 568); Blue value is 140 (55.08% from 255 or 24.65% from 568); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA8C is #1D3573. Grayscale: #CACACA. Windows color (decimal): -1914228 or 9226978. OLE color: 9226978.

HSL color Cylindrical-coordinate representation of color #E2CA8C: hue angle of 43.26º 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 #E2CA8C is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 202 140 -
CMYK 0 0.11 0.38 0.11
HSL 43.26º 0.6% 0.72% -
HSV(B) 43.26º 0.38% 0.89% -
XYZ 57.22 60.3 33.43 -
YUV 202.11 92.95 145.04 -
System Red Green Blue C M Y K H S L
Decimal 226 202 140 0 0.11 0.38 0.11 43.26 0.6 0.72
Hex E2 CA 8C 0 B 26 B 2B 3C 48
Octal 342 312 214 0 13 46 13 53 74 110
Binary 11100010 11001010 10001100 0 1011 100110 1011 101011 111100 1001000

Color Harmonies of #E2CA8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA8C

Black with #E2CA8C

Text Example


Text Example

White with #E2CA8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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