Html Css Color HEX #E6BF7F New Orleans

📋 copy color: '#E6BF7F'

red 230 ◦ green 191 ◦ blue 127

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

Shades of New Orleans #E6BF7F

Tints of New Orleans #E6BF7F

RGB

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

 GREEN value IS 191 (75% from 255) = 34.85%

 BLUE value IS 127 (50% from 255) = 23.18%

R = 41.97%
G = 34.85%
B = 23.18%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E6BF7F (or 0xE6BF7F) is known color: New Orleans. HEX triplet: E6, BF and 7F. RGB value is (230,191,127). Sum of RGB (Red+Green+Blue) = 230+191+127=548 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.97% from 548); Green value is 191 (75% from 255 or 34.85% from 548); Blue value is 127 (50% from 255 or 23.18% from 548); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BF7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #E6BF7F is #194080. Grayscale: #C3C3C3. Windows color (decimal): -1654913 or 8372198. OLE color: 8372198.

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

Color convert

RGB 230 191 127 -
CMYK 0 0.17 0.45 0.10
HSL 37.28º 0.67% 0.7% -
HSV(B) 37.28º 0.45% 0.9% -
XYZ 55.09 55.62 27.91 -
YUV 195.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 230 191 127 0 0.17 0.45 0.10 37.28 0.67 0.7
Hex E6 BF 7F 0 11 2D A 25 43 46
Octal 346 277 177 0 21 55 12 45 103 106
Binary 11100110 10111111 1111111 0 10001 101101 1010 100101 1000011 1000110

Color Harmonies of #E6BF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6BF7F

Black with #E6BF7F

Text Example


Text Example

White with #E6BF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6BF7F; }

 p { color: rgb(230,191,127); }

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

background-color css

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

 a { background-color: rgb(230,191,127); }

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

border-color css

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

 span { border-color: rgb(230,191,127); }

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