Html Css Color HEX #E0C085 New Orleans

📋 copy color: '#E0C085'

red 224 ◦ green 192 ◦ blue 133

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

Shades of New Orleans #E0C085

Tints of New Orleans #E0C085

RGB

 RED value IS 224 (87.89% from 255) = 40.8%

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

 BLUE value IS 133 (52.34% from 255) = 24.23%

R = 40.8%
G = 34.97%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.41

 K value IS 0.12

RGB Variations

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

Color information

#E0C085 (or 0xE0C085) is known color: New Orleans. HEX triplet: E0, C0 and 85. RGB value is (224,192,133). Sum of RGB (Red+Green+Blue) = 224+192+133=549 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.80% from 549); Green value is 192 (75.39% from 255 or 34.97% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 224 - color contains mainly: red. Hex color #E0C085 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E0C085 is #1F3F7A. Grayscale: #C3C3C3. Windows color (decimal): -2047867 or 8765664. OLE color: 8765664.

HSL color Cylindrical-coordinate representation of color #E0C085: hue angle of 38.9º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #E0C085 is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 192 133 -
CMYK 0 0.14 0.41 0.12
HSL 38.9º 0.59% 0.7% -
HSV(B) 38.9º 0.41% 0.88% -
XYZ 53.82 55.24 30.02 -
YUV 194.84 93.1 148.8 -
System Red Green Blue C M Y K H S L
Decimal 224 192 133 0 0.14 0.41 0.12 38.9 0.59 0.7
Hex E0 C0 85 0 E 29 C 27 3B 46
Octal 340 300 205 0 16 51 14 47 73 106
Binary 11100000 11000000 10000101 0 1110 101001 1100 100111 111011 1000110

Color Harmonies of #E0C085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0C085

Black with #E0C085

Text Example


Text Example

White with #E0C085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0C085; }

 p { color: rgb(224,192,133); }

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

background-color css

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

 a { background-color: rgb(224,192,133); }

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

border-color css

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

 span { border-color: rgb(224,192,133); }

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