Html Css Color HEX #E8CB8D New Orleans

📋 copy color: '#E8CB8D'

red 232 ◦ green 203 ◦ blue 141

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

Shades of New Orleans #E8CB8D

Tints of New Orleans #E8CB8D

RGB

 RED value IS 232 (91.02% from 255) = 40.28%

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

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

R = 40.28%
G = 35.24%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.09

RGB Variations

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

Color information

#E8CB8D (or 0xE8CB8D) is known color: New Orleans. HEX triplet: E8, CB and 8D. RGB value is (232,203,141). Sum of RGB (Red+Green+Blue) = 232+203+141=576 (76% of max value = 765). Red value is 232 (91.02% from 255 or 40.28% from 576); Green value is 203 (79.69% from 255 or 35.24% from 576); Blue value is 141 (55.47% from 255 or 24.48% from 576); Max value from RGB is 232 - color contains mainly: red. Hex color #E8CB8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8CB8D is #173472. Grayscale: #CCCCCC. Windows color (decimal): -1520755 or 9292776. OLE color: 9292776.

HSL color Cylindrical-coordinate representation of color #E8CB8D: hue angle of 40.88º degrees, saturation: 0.66, 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 #E8CB8D is Cyan = 0, Magento = 0.12, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 203 141 -
CMYK 0 0.12 0.39 0.09
HSL 40.88º 0.66% 0.73% -
HSV(B) 40.88º 0.39% 0.91% -
XYZ 59.44 61.79 33.99 -
YUV 204.6 92.11 147.54 -
System Red Green Blue C M Y K H S L
Decimal 232 203 141 0 0.12 0.39 0.09 40.88 0.66 0.73
Hex E8 CB 8D 0 C 27 9 29 42 49
Octal 350 313 215 0 14 47 11 51 102 111
Binary 11101000 11001011 10001101 0 1100 100111 1001 101001 1000010 1001001

Color Harmonies of #E8CB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8CB8D

Black with #E8CB8D

Text Example


Text Example

White with #E8CB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8CB8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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