Html Css Color HEX #EFC38E New Orleans

📋 copy color: '#EFC38E'

red 239 ◦ green 195 ◦ blue 142

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

Shades of New Orleans #EFC38E

Tints of New Orleans #EFC38E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.85%

 BLUE value IS 142 (55.86% from 255) = 24.65%

R = 41.49%
G = 33.85%
B = 24.65%

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

#EFC38E (or 0xEFC38E) is known color: New Orleans. HEX triplet: EF, C3 and 8E. RGB value is (239,195,142). Sum of RGB (Red+Green+Blue) = 239+195+142=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 195 (76.56% from 255 or 33.85% from 576); Blue value is 142 (55.86% from 255 or 24.65% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC38E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC38E is #103C71. Grayscale: #CACACA. Windows color (decimal): -1064050 or 9356271. OLE color: 9356271.

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

Color convert

RGB 239 195 142 -
CMYK 0 0.18 0.41 0.06
HSL 32.78º 0.75% 0.75% -
HSV(B) 32.78º 0.41% 0.94% -
XYZ 59.99 59.33 33.88 -
YUV 202.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 239 195 142 0 0.18 0.41 0.06 32.78 0.75 0.75
Hex EF C3 8E 0 12 29 6 21 4B 4B
Octal 357 303 216 0 22 51 6 41 113 113
Binary 11101111 11000011 10001110 0 10010 101001 110 100001 1001011 1001011

Color Harmonies of #EFC38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC38E

Black with #EFC38E

Text Example


Text Example

White with #EFC38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC38E; }

 p { color: rgb(239,195,142); }

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

background-color css

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

 a { background-color: rgb(239,195,142); }

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

border-color css

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

 span { border-color: rgb(239,195,142); }

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