Html Css Color HEX #EFC68E Marzipan

📋 copy color: '#EFC68E'

red 239 ◦ green 198 ◦ blue 142

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

Shades of Marzipan #EFC68E

Tints of Marzipan #EFC68E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.2%

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

R = 41.28%
G = 34.2%
B = 24.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFC68E (or 0xEFC68E) is known color: Marzipan. HEX triplet: EF, C6 and 8E. RGB value is (239,198,142). Sum of RGB (Red+Green+Blue) = 239+198+142=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 198 (77.73% from 255 or 34.20% from 579); Blue value is 142 (55.86% from 255 or 24.53% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC68E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC68E is #103971. Grayscale: #CCCCCC. Windows color (decimal): -1063282 or 9357039. OLE color: 9357039.

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

Color convert

RGB 239 198 142 -
CMYK 0 0.17 0.41 0.06
HSL 34.64º 0.75% 0.75% -
HSV(B) 34.64º 0.41% 0.94% -
XYZ 60.67 60.69 34.11 -
YUV 203.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 239 198 142 0 0.17 0.41 0.06 34.64 0.75 0.75
Hex EF C6 8E 0 11 29 6 23 4B 4B
Octal 357 306 216 0 21 51 6 43 113 113
Binary 11101111 11000110 10001110 0 10001 101001 110 100011 1001011 1001011

Color Harmonies of #EFC68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC68E

Black with #EFC68E

Text Example


Text Example

White with #EFC68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC68E; }

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

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

background-color css

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

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

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

border-color css

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

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

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