Html Css Color HEX #E8C68A New Orleans

📋 copy color: '#E8C68A'

red 232 ◦ green 198 ◦ blue 138

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

Shades of New Orleans #E8C68A

Tints of New Orleans #E8C68A

RGB

 RED value IS 232 (91.02% from 255) = 40.85%

 GREEN value IS 198 (77.73% from 255) = 34.86%

 BLUE value IS 138 (54.3% from 255) = 24.3%

R = 40.85%
G = 34.86%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.09

RGB Variations

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

Color information

#E8C68A (or 0xE8C68A) is known color: New Orleans. HEX triplet: E8, C6 and 8A. RGB value is (232,198,138). Sum of RGB (Red+Green+Blue) = 232+198+138=568 (75% of max value = 765). Red value is 232 (91.02% from 255 or 40.85% from 568); Green value is 198 (77.73% from 255 or 34.86% from 568); Blue value is 138 (54.30% from 255 or 24.30% from 568); Max value from RGB is 232 - color contains mainly: red. Hex color #E8C68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8C68A is #173975. Grayscale: #C9C9C9. Windows color (decimal): -1522038 or 9094888. OLE color: 9094888.

HSL color Cylindrical-coordinate representation of color #E8C68A: hue angle of 38.3º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E8C68A is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 198 138 -
CMYK 0 0.15 0.41 0.09
HSL 38.3º 0.67% 0.73% -
HSV(B) 38.3º 0.41% 0.91% -
XYZ 58.06 59.38 32.45 -
YUV 201.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 232 198 138 0 0.15 0.41 0.09 38.3 0.67 0.73
Hex E8 C6 8A 0 F 29 9 26 43 49
Octal 350 306 212 0 17 51 11 46 103 111
Binary 11101000 11000110 10001010 0 1111 101001 1001 100110 1000011 1001001

Color Harmonies of #E8C68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8C68A

Black with #E8C68A

Text Example


Text Example

White with #E8C68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8C68A; }

 p { color: rgb(232,198,138); }

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

background-color css

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

 a { background-color: rgb(232,198,138); }

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

border-color css

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

 span { border-color: rgb(232,198,138); }

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