Html Css Color HEX #EFC68D Marzipan

📋 copy color: '#EFC68D'

red 239 ◦ green 198 ◦ blue 141

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

Shades of Marzipan #EFC68D

Tints of Marzipan #EFC68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 24.39%

R = 41.35%
G = 34.26%
B = 24.39%

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

#EFC68D (or 0xEFC68D) is known color: Marzipan. HEX triplet: EF, C6 and 8D. RGB value is (239,198,141). Sum of RGB (Red+Green+Blue) = 239+198+141=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 141 (55.47% from 255 or 24.39% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC68D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC68D is #103972. Grayscale: #CCCCCC. Windows color (decimal): -1063283 or 9291503. OLE color: 9291503.

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

Color convert

RGB 239 198 141 -
CMYK 0 0.17 0.41 0.06
HSL 34.9º 0.75% 0.75% -
HSV(B) 34.9º 0.41% 0.94% -
XYZ 60.6 60.66 33.71 -
YUV 203.76 92.58 153.13 -
System Red Green Blue C M Y K H S L
Decimal 239 198 141 0 0.17 0.41 0.06 34.9 0.75 0.75
Hex EF C6 8D 0 11 29 6 23 4B 4B
Octal 357 306 215 0 21 51 6 43 113 113
Binary 11101111 11000110 10001101 0 10001 101001 110 100011 1001011 1001011

Color Harmonies of #EFC68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC68D

Black with #EFC68D

Text Example


Text Example

White with #EFC68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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