Html Css Color HEX #EFCA8A Marzipan

📋 copy color: '#EFCA8A'

red 239 ◦ green 202 ◦ blue 138

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

Shades of Marzipan #EFCA8A

Tints of Marzipan #EFCA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.89%

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

R = 41.28%
G = 34.89%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFCA8A (or 0xEFCA8A) is known color: Marzipan. HEX triplet: EF, CA and 8A. RGB value is (239,202,138). Sum of RGB (Red+Green+Blue) = 239+202+138=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 202 (79.30% from 255 or 34.89% from 579); Blue value is 138 (54.30% from 255 or 23.83% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCA8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCA8A is #103575. Grayscale: #CECECE. Windows color (decimal): -1062262 or 9095919. OLE color: 9095919.

HSL color Cylindrical-coordinate representation of color #EFCA8A: hue angle of 38.02º 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 #EFCA8A is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 138 -
CMYK 0 0.15 0.42 0.06
HSL 38.02º 0.76% 0.74% -
HSV(B) 38.02º 0.42% 0.94% -
XYZ 61.3 62.43 32.86 -
YUV 205.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 239 202 138 0 0.15 0.42 0.06 38.02 0.76 0.74
Hex EF CA 8A 0 F 2A 6 26 4C 4A
Octal 357 312 212 0 17 52 6 46 114 112
Binary 11101111 11001010 10001010 0 1111 101010 110 100110 1001100 1001010

Color Harmonies of #EFCA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCA8A

Black with #EFCA8A

Text Example


Text Example

White with #EFCA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCA8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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