Html Css Color HEX #EEC48C New Orleans

📋 copy color: '#EEC48C'

red 238 ◦ green 196 ◦ blue 140

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

Shades of New Orleans #EEC48C

Tints of New Orleans #EEC48C

RGB

 RED value IS 238 (93.36% from 255) = 41.46%

 GREEN value IS 196 (76.95% from 255) = 34.15%

 BLUE value IS 140 (55.08% from 255) = 24.39%

R = 41.46%
G = 34.15%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.07

RGB Variations

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

Color information

#EEC48C (or 0xEEC48C) is known color: New Orleans. HEX triplet: EE, C4 and 8C. RGB value is (238,196,140). Sum of RGB (Red+Green+Blue) = 238+196+140=574 (76% of max value = 765). Red value is 238 (93.36% from 255 or 41.46% from 574); Green value is 196 (76.95% from 255 or 34.15% from 574); Blue value is 140 (55.08% from 255 or 24.39% from 574); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC48C is #113B73. Grayscale: #CACACA. Windows color (decimal): -1129332 or 9225454. OLE color: 9225454.

HSL color Cylindrical-coordinate representation of color #EEC48C: hue angle of 34.29º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EEC48C is Cyan = 0, Magento = 0.18, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 196 140 -
CMYK 0 0.18 0.41 0.07
HSL 34.29º 0.74% 0.74% -
HSV(B) 34.29º 0.41% 0.93% -
XYZ 59.73 59.55 33.16 -
YUV 202.17 92.91 153.55 -
System Red Green Blue C M Y K H S L
Decimal 238 196 140 0 0.18 0.41 0.07 34.29 0.74 0.74
Hex EE C4 8C 0 12 29 7 22 4A 4A
Octal 356 304 214 0 22 51 7 42 112 112
Binary 11101110 11000100 10001100 0 10010 101001 111 100010 1001010 1001010

Color Harmonies of #EEC48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC48C

Black with #EEC48C

Text Example


Text Example

White with #EEC48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC48C; }

 p { color: rgb(238,196,140); }

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

background-color css

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

 a { background-color: rgb(238,196,140); }

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

border-color css

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

 span { border-color: rgb(238,196,140); }

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