Html Css Color HEX #EEC48A New Orleans

📋 copy color: '#EEC48A'

red 238 ◦ green 196 ◦ blue 138

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

Shades of New Orleans #EEC48A

Tints of New Orleans #EEC48A

RGB

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

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

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

R = 41.61%
G = 34.27%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EEC48A (or 0xEEC48A) is known color: New Orleans. HEX triplet: EE, C4 and 8A. RGB value is (238,196,138). Sum of RGB (Red+Green+Blue) = 238+196+138=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 196 (76.95% from 255 or 34.27% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EEC48A is #113B75. Grayscale: #CACACA. Windows color (decimal): -1129334 or 9094382. OLE color: 9094382.

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

Color convert

RGB 238 196 138 -
CMYK 0 0.18 0.42 0.07
HSL 34.8º 0.75% 0.74% -
HSV(B) 34.8º 0.42% 0.93% -
XYZ 59.59 59.49 32.39 -
YUV 201.95 91.91 153.72 -
System Red Green Blue C M Y K H S L
Decimal 238 196 138 0 0.18 0.42 0.07 34.8 0.75 0.74
Hex EE C4 8A 0 12 2A 7 23 4B 4A
Octal 356 304 212 0 22 52 7 43 113 112
Binary 11101110 11000100 10001010 0 10010 101010 111 100011 1001011 1001010

Color Harmonies of #EEC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEC48A

Black with #EEC48A

Text Example


Text Example

White with #EEC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEC48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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