Html Css Color HEX #E7C07E New Orleans

📋 copy color: '#E7C07E'

red 231 ◦ green 192 ◦ blue 126

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

Shades of New Orleans #E7C07E

Tints of New Orleans #E7C07E

RGB

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

 GREEN value IS 192 (75.39% from 255) = 34.97%

 BLUE value IS 126 (49.61% from 255) = 22.95%

R = 42.08%
G = 34.97%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E7C07E (or 0xE7C07E) is known color: New Orleans. HEX triplet: E7, C0 and 7E. RGB value is (231,192,126). Sum of RGB (Red+Green+Blue) = 231+192+126=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 126 (49.61% from 255 or 22.95% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C07E is #183F81. Grayscale: #C4C4C4. Windows color (decimal): -1589122 or 8306919. OLE color: 8306919.

HSL color Cylindrical-coordinate representation of color #E7C07E: hue angle of 37.71º degrees, saturation: 0.69, 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 #E7C07E is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 192 126 -
CMYK 0 0.17 0.45 0.09
HSL 37.71º 0.69% 0.7% -
HSV(B) 37.71º 0.45% 0.91% -
XYZ 55.57 56.19 27.66 -
YUV 196.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 231 192 126 0 0.17 0.45 0.09 37.71 0.69 0.7
Hex E7 C0 7E 0 11 2D 9 26 45 46
Octal 347 300 176 0 21 55 11 46 105 106
Binary 11100111 11000000 1111110 0 10001 101101 1001 100110 1000101 1000110

Color Harmonies of #E7C07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C07E

Black with #E7C07E

Text Example


Text Example

White with #E7C07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C07E; }

 p { color: rgb(231,192,126); }

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

background-color css

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

 a { background-color: rgb(231,192,126); }

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

border-color css

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

 span { border-color: rgb(231,192,126); }

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