Html Css Color HEX #EFC48A Marzipan

📋 copy color: '#EFC48A'

red 239 ◦ green 196 ◦ blue 138

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

Shades of Marzipan #EFC48A

Tints of Marzipan #EFC48A

RGB

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

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

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

R = 41.71%
G = 34.21%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFC48A (or 0xEFC48A) is known color: Marzipan. HEX triplet: EF, C4 and 8A. RGB value is (239,196,138). Sum of RGB (Red+Green+Blue) = 239+196+138=573 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.71% from 573); Green value is 196 (76.95% from 255 or 34.21% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC48A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC48A is #103B75. Grayscale: #CACACA. Windows color (decimal): -1063798 or 9094383. OLE color: 9094383.

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

Color convert

RGB 239 196 138 -
CMYK 0 0.18 0.42 0.06
HSL 34.46º 0.76% 0.74% -
HSV(B) 34.46º 0.42% 0.94% -
XYZ 59.92 59.67 32.4 -
YUV 202.25 91.75 154.22 -
System Red Green Blue C M Y K H S L
Decimal 239 196 138 0 0.18 0.42 0.06 34.46 0.76 0.74
Hex EF C4 8A 0 12 2A 6 22 4C 4A
Octal 357 304 212 0 22 52 6 42 114 112
Binary 11101111 11000100 10001010 0 10010 101010 110 100010 1001100 1001010

Color Harmonies of #EFC48A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC48A

Black with #EFC48A

Text Example


Text Example

White with #EFC48A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC48A; }

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

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

background-color css

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

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

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

border-color css

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

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

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