Html Css Color HEX #E7C17D New Orleans

📋 copy color: '#E7C17D'

red 231 ◦ green 193 ◦ blue 125

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

Shades of New Orleans #E7C17D

Tints of New Orleans #E7C17D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.15%

 BLUE value IS 125 (49.22% from 255) = 22.77%

R = 42.08%
G = 35.15%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E7C17D (or 0xE7C17D) is known color: New Orleans. HEX triplet: E7, C1 and 7D. RGB value is (231,193,125). Sum of RGB (Red+Green+Blue) = 231+193+125=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 125 (49.22% from 255 or 22.77% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E7C17D is #183E82. Grayscale: #C4C4C4. Windows color (decimal): -1588867 or 8241639. OLE color: 8241639.

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

Color convert

RGB 231 193 125 -
CMYK 0 0.16 0.46 0.09
HSL 38.49º 0.69% 0.7% -
HSV(B) 38.49º 0.46% 0.91% -
XYZ 55.73 56.61 27.39 -
YUV 196.61 87.59 152.53 -
System Red Green Blue C M Y K H S L
Decimal 231 193 125 0 0.16 0.46 0.09 38.49 0.69 0.7
Hex E7 C1 7D 0 10 2E 9 26 45 46
Octal 347 301 175 0 20 56 11 46 105 106
Binary 11100111 11000001 1111101 0 10000 101110 1001 100110 1000101 1000110

Color Harmonies of #E7C17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7C17D

Black with #E7C17D

Text Example


Text Example

White with #E7C17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7C17D; }

 p { color: rgb(231,193,125); }

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

background-color css

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

 a { background-color: rgb(231,193,125); }

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

border-color css

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

 span { border-color: rgb(231,193,125); }

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