Html Css Color HEX #E7C280 New Orleans

📋 copy color: '#E7C280'

red 231 ◦ green 194 ◦ blue 128

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

Shades of New Orleans #E7C280

Tints of New Orleans #E7C280

RGB

 RED value IS 231 (90.63% from 255) = 41.77%

 GREEN value IS 194 (76.17% from 255) = 35.08%

 BLUE value IS 128 (50.39% from 255) = 23.15%

R = 41.77%
G = 35.08%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7C280 (or 0xE7C280) is known color: New Orleans. HEX triplet: E7, C2 and 80. RGB value is (231,194,128). Sum of RGB (Red+Green+Blue) = 231+194+128=553 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.77% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 128 (50.39% from 255 or 23.15% from 553); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C280 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C280 is #183D7F. Grayscale: #C5C5C5. Windows color (decimal): -1588608 or 8438503. OLE color: 8438503.

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

Color convert

RGB 231 194 128 -
CMYK 0 0.16 0.45 0.09
HSL 38.45º 0.68% 0.7% -
HSV(B) 38.45º 0.45% 0.91% -
XYZ 56.14 57.13 28.49 -
YUV 197.54 88.76 151.87 -
System Red Green Blue C M Y K H S L
Decimal 231 194 128 0 0.16 0.45 0.09 38.45 0.68 0.7
Hex E7 C2 80 0 10 2D 9 26 44 46
Octal 347 302 200 0 20 55 11 46 104 106
Binary 11100111 11000010 10000000 0 10000 101101 1001 100110 1000100 1000110

Color Harmonies of #E7C280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C280

Black with #E7C280

Text Example


Text Example

White with #E7C280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C280; }

 p { color: rgb(231,194,128); }

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

background-color css

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

 a { background-color: rgb(231,194,128); }

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

border-color css

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

 span { border-color: rgb(231,194,128); }

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