Html Css Color HEX #E8C585 New Orleans

📋 copy color: '#E8C585'

red 232 ◦ green 197 ◦ blue 133

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

Shades of New Orleans #E8C585

Tints of New Orleans #E8C585

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

 BLUE value IS 133 (52.34% from 255) = 23.67%

R = 41.28%
G = 35.05%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#E8C585 (or 0xE8C585) is known color: New Orleans. HEX triplet: E8, C5 and 85. RGB value is (232,197,133). Sum of RGB (Red+Green+Blue) = 232+197+133=562 (74% of max value = 765). Red value is 232 (91.02% from 255 or 41.28% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 133 (52.34% from 255 or 23.67% from 562); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C585 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C585 is #173A7A. Grayscale: #C8C8C8. Windows color (decimal): -1522299 or 8766952. OLE color: 8766952.

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

Color convert

RGB 232 197 133 -
CMYK 0 0.15 0.43 0.09
HSL 38.79º 0.68% 0.72% -
HSV(B) 38.79º 0.43% 0.91% -
XYZ 57.48 58.78 30.51 -
YUV 200.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 232 197 133 0 0.15 0.43 0.09 38.79 0.68 0.72
Hex E8 C5 85 0 F 2B 9 27 44 48
Octal 350 305 205 0 17 53 11 47 104 110
Binary 11101000 11000101 10000101 0 1111 101011 1001 100111 1000100 1001000

Color Harmonies of #E8C585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C585

Black with #E8C585

Text Example


Text Example

White with #E8C585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C585; }

 p { color: rgb(232,197,133); }

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

background-color css

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

 a { background-color: rgb(232,197,133); }

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

border-color css

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

 span { border-color: rgb(232,197,133); }

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