Html Css Color HEX #EFC378 Marzipan

📋 copy color: '#EFC378'

red 239 ◦ green 195 ◦ blue 120

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

Shades of Marzipan #EFC378

Tints of Marzipan #EFC378

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.2%

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

R = 43.14%
G = 35.2%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFC378 (or 0xEFC378) is known color: Marzipan. HEX triplet: EF, C3 and 78. RGB value is (239,195,120). Sum of RGB (Red+Green+Blue) = 239+195+120=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 195 (76.56% from 255 or 35.20% from 554); Blue value is 120 (47.27% from 255 or 21.66% from 554); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC378 is #103C87. Grayscale: #C7C7C7. Windows color (decimal): -1064072 or 7914479. OLE color: 7914479.

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

Color convert

RGB 239 195 120 -
CMYK 0 0.18 0.50 0.06
HSL 37.82º 0.79% 0.7% -
HSV(B) 37.82º 0.5% 0.94% -
XYZ 58.5 58.74 26.02 -
YUV 199.61 83.08 156.1 -
System Red Green Blue C M Y K H S L
Decimal 239 195 120 0 0.18 0.50 0.06 37.82 0.79 0.7
Hex EF C3 78 0 12 32 6 26 4F 46
Octal 357 303 170 0 22 62 6 46 117 106
Binary 11101111 11000011 1111000 0 10010 110010 110 100110 1001111 1000110

Color Harmonies of #EFC378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC378

Black with #EFC378

Text Example


Text Example

White with #EFC378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC378; }

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

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

background-color css

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

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

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

border-color css

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

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

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