Html Css Color HEX #E5CB8B New Orleans

📋 copy color: '#E5CB8B'

red 229 ◦ green 203 ◦ blue 139

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

Shades of New Orleans #E5CB8B

Tints of New Orleans #E5CB8B

RGB

 RED value IS 229 (89.84% from 255) = 40.11%

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

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

R = 40.11%
G = 35.55%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.10

RGB Variations

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

Color information

#E5CB8B (or 0xE5CB8B) is known color: New Orleans. HEX triplet: E5, CB and 8B. RGB value is (229,203,139). Sum of RGB (Red+Green+Blue) = 229+203+139=571 (75% of max value = 765). Red value is 229 (89.84% from 255 or 40.11% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 139 (54.69% from 255 or 24.34% from 571); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CB8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E5CB8B is #1A3474. Grayscale: #CBCBCB. Windows color (decimal): -1717365 or 9161701. OLE color: 9161701.

HSL color Cylindrical-coordinate representation of color #E5CB8B: hue angle of 42.67º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E5CB8B is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 203 139 -
CMYK 0 0.11 0.39 0.10
HSL 42.67º 0.63% 0.72% -
HSV(B) 42.67º 0.39% 0.9% -
XYZ 58.33 61.23 33.17 -
YUV 203.48 91.61 146.2 -
System Red Green Blue C M Y K H S L
Decimal 229 203 139 0 0.11 0.39 0.10 42.67 0.63 0.72
Hex E5 CB 8B 0 B 27 A 2B 3F 48
Octal 345 313 213 0 13 47 12 53 77 110
Binary 11100101 11001011 10001011 0 1011 100111 1010 101011 111111 1001000

Color Harmonies of #E5CB8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5CB8B

Black with #E5CB8B

Text Example


Text Example

White with #E5CB8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5CB8B; }

 p { color: rgb(229,203,139); }

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

background-color css

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

 a { background-color: rgb(229,203,139); }

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

border-color css

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

 span { border-color: rgb(229,203,139); }

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