Html Css Color HEX #E7C481 New Orleans

📋 copy color: '#E7C481'

red 231 ◦ green 196 ◦ blue 129

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

Shades of New Orleans #E7C481

Tints of New Orleans #E7C481

RGB

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

 GREEN value IS 196 (76.95% from 255) = 35.25%

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

R = 41.55%
G = 35.25%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#E7C481 (or 0xE7C481) is known color: New Orleans. HEX triplet: E7, C4 and 81. RGB value is (231,196,129). Sum of RGB (Red+Green+Blue) = 231+196+129=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E7C481 is #183B7E. Grayscale: #C7C7C7. Windows color (decimal): -1588095 or 8504551. OLE color: 8504551.

HSL color Cylindrical-coordinate representation of color #E7C481: hue angle of 39.41º 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 #E7C481 is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 196 129 -
CMYK 0 0.15 0.44 0.09
HSL 39.41º 0.68% 0.71% -
HSV(B) 39.41º 0.44% 0.91% -
XYZ 56.66 58.05 28.99 -
YUV 198.83 88.6 150.95 -
System Red Green Blue C M Y K H S L
Decimal 231 196 129 0 0.15 0.44 0.09 39.41 0.68 0.71
Hex E7 C4 81 0 F 2C 9 27 44 47
Octal 347 304 201 0 17 54 11 47 104 107
Binary 11100111 11000100 10000001 0 1111 101100 1001 100111 1000100 1000111

Color Harmonies of #E7C481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C481

Black with #E7C481

Text Example


Text Example

White with #E7C481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C481; }

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

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

background-color css

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

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

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

border-color css

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

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

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