Html Css Color HEX #E3C382 New Orleans

📋 copy color: '#E3C382'

red 227 ◦ green 195 ◦ blue 130

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

Shades of New Orleans #E3C382

Tints of New Orleans #E3C382

RGB

 RED value IS 227 (89.06% from 255) = 41.12%

 GREEN value IS 195 (76.56% from 255) = 35.33%

 BLUE value IS 130 (51.17% from 255) = 23.55%

R = 41.12%
G = 35.33%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#E3C382 (or 0xE3C382) is known color: New Orleans. HEX triplet: E3, C3 and 82. RGB value is (227,195,130). Sum of RGB (Red+Green+Blue) = 227+195+130=552 (73% of max value = 765). Red value is 227 (89.06% from 255 or 41.12% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E3C382 is #1C3C7D. Grayscale: #C5C5C5. Windows color (decimal): -1850494 or 8569827. OLE color: 8569827.

HSL color Cylindrical-coordinate representation of color #E3C382: hue angle of 40.21º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E3C382 is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 195 130 -
CMYK 0 0.14 0.43 0.11
HSL 40.21º 0.63% 0.7% -
HSV(B) 40.21º 0.43% 0.89% -
XYZ 55.22 56.97 29.21 -
YUV 197.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 227 195 130 0 0.14 0.43 0.11 40.21 0.63 0.7
Hex E3 C3 82 0 E 2B B 28 3F 46
Octal 343 303 202 0 16 53 13 50 77 106
Binary 11100011 11000011 10000010 0 1110 101011 1011 101000 111111 1000110

Color Harmonies of #E3C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3C382

Black with #E3C382

Text Example


Text Example

White with #E3C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3C382; }

 p { color: rgb(227,195,130); }

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

background-color css

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

 a { background-color: rgb(227,195,130); }

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

border-color css

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

 span { border-color: rgb(227,195,130); }

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