Html Css Color HEX #E9CB8D New Orleans

📋 copy color: '#E9CB8D'

red 233 ◦ green 203 ◦ blue 141

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

Shades of New Orleans #E9CB8D

Tints of New Orleans #E9CB8D

RGB

 RED value IS 233 (91.41% from 255) = 40.38%

 GREEN value IS 203 (79.69% from 255) = 35.18%

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

R = 40.38%
G = 35.18%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E9CB8D (or 0xE9CB8D) is known color: New Orleans. HEX triplet: E9, CB and 8D. RGB value is (233,203,141). Sum of RGB (Red+Green+Blue) = 233+203+141=577 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.38% from 577); Green value is 203 (79.69% from 255 or 35.18% from 577); Blue value is 141 (55.47% from 255 or 24.44% from 577); Max value from RGB is 233 - color contains mainly: red. Hex color #E9CB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E9CB8D is #163472. Grayscale: #CDCDCD. Windows color (decimal): -1455219 or 9292777. OLE color: 9292777.

HSL color Cylindrical-coordinate representation of color #E9CB8D: hue angle of 40.43º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E9CB8D is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 203 141 -
CMYK 0 0.13 0.39 0.09
HSL 40.43º 0.68% 0.73% -
HSV(B) 40.43º 0.39% 0.91% -
XYZ 59.77 61.96 34.01 -
YUV 204.9 91.94 148.04 -
System Red Green Blue C M Y K H S L
Decimal 233 203 141 0 0.13 0.39 0.09 40.43 0.68 0.73
Hex E9 CB 8D 0 D 27 9 28 44 49
Octal 351 313 215 0 15 47 11 50 104 111
Binary 11101001 11001011 10001101 0 1101 100111 1001 101000 1000100 1001001

Color Harmonies of #E9CB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9CB8D

Black with #E9CB8D

Text Example


Text Example

White with #E9CB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9CB8D; }

 p { color: rgb(233,203,141); }

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

background-color css

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

 a { background-color: rgb(233,203,141); }

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

border-color css

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

 span { border-color: rgb(233,203,141); }

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