Html Css Color HEX #E7C281 New Orleans

📋 copy color: '#E7C281'

red 231 ◦ green 194 ◦ blue 129

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

Shades of New Orleans #E7C281

Tints of New Orleans #E7C281

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.29%

R = 41.7%
G = 35.02%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E7C281 (or 0xE7C281) is known color: New Orleans. HEX triplet: E7, C2 and 81. RGB value is (231,194,129). Sum of RGB (Red+Green+Blue) = 231+194+129=554 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.70% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 129 (50.78% from 255 or 23.29% from 554); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C281 is #183D7E. Grayscale: #C5C5C5. Windows color (decimal): -1588607 or 8504039. OLE color: 8504039.

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

Color convert

RGB 231 194 129 -
CMYK 0 0.16 0.44 0.09
HSL 38.24º 0.68% 0.71% -
HSV(B) 38.24º 0.44% 0.91% -
XYZ 56.21 57.16 28.84 -
YUV 197.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 231 194 129 0 0.16 0.44 0.09 38.24 0.68 0.71
Hex E7 C2 81 0 10 2C 9 26 44 47
Octal 347 302 201 0 20 54 11 46 104 107
Binary 11100111 11000010 10000001 0 10000 101100 1001 100110 1000100 1000111

Color Harmonies of #E7C281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C281

Black with #E7C281

Text Example


Text Example

White with #E7C281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C281; }

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

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

background-color css

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

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

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

border-color css

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

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

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