Html Css Color HEX #EFC78D Marzipan

📋 copy color: '#EFC78D'

red 239 ◦ green 199 ◦ blue 141

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

Shades of Marzipan #EFC78D

Tints of Marzipan #EFC78D

RGB

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

 GREEN value IS 199 (78.13% from 255) = 34.37%

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

R = 41.28%
G = 34.37%
B = 24.35%

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

#EFC78D (or 0xEFC78D) is known color: Marzipan. HEX triplet: EF, C7 and 8D. RGB value is (239,199,141). Sum of RGB (Red+Green+Blue) = 239+199+141=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 199 (78.12% from 255 or 34.37% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC78D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC78D is #103872. Grayscale: #CCCCCC. Windows color (decimal): -1063027 or 9291759. OLE color: 9291759.

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

Color convert

RGB 239 199 141 -
CMYK 0 0.17 0.41 0.06
HSL 35.51º 0.75% 0.75% -
HSV(B) 35.51º 0.41% 0.94% -
XYZ 60.83 61.12 33.79 -
YUV 204.35 92.25 152.72 -
System Red Green Blue C M Y K H S L
Decimal 239 199 141 0 0.17 0.41 0.06 35.51 0.75 0.75
Hex EF C7 8D 0 11 29 6 24 4B 4B
Octal 357 307 215 0 21 51 6 44 113 113
Binary 11101111 11000111 10001101 0 10001 101001 110 100100 1001011 1001011

Color Harmonies of #EFC78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC78D

Black with #EFC78D

Text Example


Text Example

White with #EFC78D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC78D; }

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

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

background-color css

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

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

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

border-color css

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

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

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