Html Css Color HEX #EFC48C New Orleans

📋 copy color: '#EFC48C'

red 239 ◦ green 196 ◦ blue 140

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

Shades of New Orleans #EFC48C

Tints of New Orleans #EFC48C

RGB

 RED value IS 239 (93.75% from 255) = 41.57%

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

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

R = 41.57%
G = 34.09%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFC48C (or 0xEFC48C) is known color: New Orleans. HEX triplet: EF, C4 and 8C. RGB value is (239,196,140). Sum of RGB (Red+Green+Blue) = 239+196+140=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 196 (76.95% from 255 or 34.09% from 575); Blue value is 140 (55.08% from 255 or 24.35% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC48C is #103B73. Grayscale: #CACACA. Windows color (decimal): -1063796 or 9225455. OLE color: 9225455.

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

Color convert

RGB 239 196 140 -
CMYK 0 0.18 0.41 0.06
HSL 33.94º 0.76% 0.74% -
HSV(B) 33.94º 0.41% 0.94% -
XYZ 60.07 59.72 33.17 -
YUV 202.47 92.75 154.05 -
System Red Green Blue C M Y K H S L
Decimal 239 196 140 0 0.18 0.41 0.06 33.94 0.76 0.74
Hex EF C4 8C 0 12 29 6 22 4C 4A
Octal 357 304 214 0 22 51 6 42 114 112
Binary 11101111 11000100 10001100 0 10010 101001 110 100010 1001100 1001010

Color Harmonies of #EFC48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC48C

Black with #EFC48C

Text Example


Text Example

White with #EFC48C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC48C; }

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

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

background-color css

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

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

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

border-color css

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

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

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