Html Css Color HEX #E2CA8B New Orleans

📋 copy color: '#E2CA8B'

red 226 ◦ green 202 ◦ blue 139

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

Shades of New Orleans #E2CA8B

Tints of New Orleans #E2CA8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 24.51%

R = 39.86%
G = 35.63%
B = 24.51%

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

#E2CA8B (or 0xE2CA8B) is known color: New Orleans. HEX triplet: E2, CA and 8B. RGB value is (226,202,139). Sum of RGB (Red+Green+Blue) = 226+202+139=567 (75% of max value = 765). Red value is 226 (88.67% from 255 or 39.86% from 567); Green value is 202 (79.30% from 255 or 35.63% from 567); Blue value is 139 (54.69% from 255 or 24.51% from 567); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E2CA8B is #1D3574. Grayscale: #CACACA. Windows color (decimal): -1914229 or 9161442. OLE color: 9161442.

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

Color convert

RGB 226 202 139 -
CMYK 0 0.11 0.38 0.11
HSL 43.45º 0.6% 0.72% -
HSV(B) 43.45º 0.38% 0.89% -
XYZ 57.14 60.27 33.05 -
YUV 201.99 92.45 145.12 -
System Red Green Blue C M Y K H S L
Decimal 226 202 139 0 0.11 0.38 0.11 43.45 0.6 0.72
Hex E2 CA 8B 0 B 26 B 2B 3C 48
Octal 342 312 213 0 13 46 13 53 74 110
Binary 11100010 11001010 10001011 0 1011 100110 1011 101011 111100 1001000

Color Harmonies of #E2CA8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2CA8B

Black with #E2CA8B

Text Example


Text Example

White with #E2CA8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2CA8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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