Html Css Color HEX #E6C07C New Orleans

📋 copy color: '#E6C07C'

red 230 ◦ green 192 ◦ blue 124

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

Shades of New Orleans #E6C07C

Tints of New Orleans #E6C07C

RGB

 RED value IS 230 (90.23% from 255) = 42.12%

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

 BLUE value IS 124 (48.83% from 255) = 22.71%

R = 42.12%
G = 35.16%
B = 22.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.10

RGB Variations

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

Color information

#E6C07C (or 0xE6C07C) is known color: New Orleans. HEX triplet: E6, C0 and 7C. RGB value is (230,192,124). Sum of RGB (Red+Green+Blue) = 230+192+124=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 192 (75.39% from 255 or 35.16% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E6C07C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6C07C is #193F83. Grayscale: #C3C3C3. Windows color (decimal): -1654660 or 8175846. OLE color: 8175846.

HSL color Cylindrical-coordinate representation of color #E6C07C: hue angle of 38.49º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E6C07C is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 192 124 -
CMYK 0 0.17 0.46 0.10
HSL 38.49º 0.68% 0.69% -
HSV(B) 38.49º 0.46% 0.9% -
XYZ 55.12 55.98 26.97 -
YUV 195.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 230 192 124 0 0.17 0.46 0.10 38.49 0.68 0.69
Hex E6 C0 7C 0 11 2E A 26 44 45
Octal 346 300 174 0 21 56 12 46 104 105
Binary 11100110 11000000 1111100 0 10001 101110 1010 100110 1000100 1000101

Color Harmonies of #E6C07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6C07C

Black with #E6C07C

Text Example


Text Example

White with #E6C07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6C07C; }

 p { color: rgb(230,192,124); }

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

background-color css

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

 a { background-color: rgb(230,192,124); }

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

border-color css

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

 span { border-color: rgb(230,192,124); }

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