Html Css Color HEX #EFC278 Marzipan

📋 copy color: '#EFC278'

red 239 ◦ green 194 ◦ blue 120

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

Shades of Marzipan #EFC278

Tints of Marzipan #EFC278

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.08%

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

R = 43.22%
G = 35.08%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFC278 (or 0xEFC278) is known color: Marzipan. HEX triplet: EF, C2 and 78. RGB value is (239,194,120). Sum of RGB (Red+Green+Blue) = 239+194+120=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 194 (76.17% from 255 or 35.08% from 553); Blue value is 120 (47.27% from 255 or 21.70% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC278 is #103D87. Grayscale: #C7C7C7. Windows color (decimal): -1064328 or 7914223. OLE color: 7914223.

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

Color convert

RGB 239 194 120 -
CMYK 0 0.19 0.50 0.06
HSL 37.31º 0.79% 0.7% -
HSV(B) 37.31º 0.5% 0.94% -
XYZ 58.28 58.29 25.95 -
YUV 199.02 83.41 156.52 -
System Red Green Blue C M Y K H S L
Decimal 239 194 120 0 0.19 0.50 0.06 37.31 0.79 0.7
Hex EF C2 78 0 13 32 6 25 4F 46
Octal 357 302 170 0 23 62 6 45 117 106
Binary 11101111 11000010 1111000 0 10011 110010 110 100101 1001111 1000110

Color Harmonies of #EFC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC278

Black with #EFC278

Text Example


Text Example

White with #EFC278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC278; }

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

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

background-color css

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

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

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

border-color css

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

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

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