Html Css Color HEX #EFCB78 Marzipan

📋 copy color: '#EFCB78'

red 239 ◦ green 203 ◦ blue 120

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

Shades of Marzipan #EFCB78

Tints of Marzipan #EFCB78

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.12%

 BLUE value IS 120 (47.27% from 255) = 21.35%

R = 42.53%
G = 36.12%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFCB78 (or 0xEFCB78) is known color: Marzipan. HEX triplet: EF, CB and 78. RGB value is (239,203,120). Sum of RGB (Red+Green+Blue) = 239+203+120=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 203 (79.69% from 255 or 36.12% from 562); Blue value is 120 (47.27% from 255 or 21.35% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB78 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB78 is #103487. Grayscale: #CCCCCC. Windows color (decimal): -1062024 or 7916527. OLE color: 7916527.

HSL color Cylindrical-coordinate representation of color #EFCB78: hue angle of 41.85º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFCB78 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 203 120 -
CMYK 0 0.15 0.50 0.06
HSL 41.85º 0.79% 0.7% -
HSV(B) 41.85º 0.5% 0.94% -
XYZ 60.34 62.42 26.64 -
YUV 204.3 80.43 152.75 -
System Red Green Blue C M Y K H S L
Decimal 239 203 120 0 0.15 0.50 0.06 41.85 0.79 0.7
Hex EF CB 78 0 F 32 6 2A 4F 46
Octal 357 313 170 0 17 62 6 52 117 106
Binary 11101111 11001011 1111000 0 1111 110010 110 101010 1001111 1000110

Color Harmonies of #EFCB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB78

Black with #EFCB78

Text Example


Text Example

White with #EFCB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB78; }

 p { color: rgb(239,203,120); }

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

background-color css

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

 a { background-color: rgb(239,203,120); }

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

border-color css

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

 span { border-color: rgb(239,203,120); }

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