Html Css Color HEX #EFC380 Marzipan

📋 copy color: '#EFC380'

red 239 ◦ green 195 ◦ blue 128

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

Shades of Marzipan #EFC380

Tints of Marzipan #EFC380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.78%

R = 42.53%
G = 34.7%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFC380 (or 0xEFC380) is known color: Marzipan. HEX triplet: EF, C3 and 80. RGB value is (239,195,128). Sum of RGB (Red+Green+Blue) = 239+195+128=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 195 (76.56% from 255 or 34.70% from 562); Blue value is 128 (50.39% from 255 or 22.78% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC380 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC380 is #103C7F. Grayscale: #C8C8C8. Windows color (decimal): -1064064 or 8438767. OLE color: 8438767.

HSL color Cylindrical-coordinate representation of color #EFC380: hue angle of 36.22º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EFC380 is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 195 128 -
CMYK 0 0.18 0.46 0.06
HSL 36.22º 0.78% 0.72% -
HSV(B) 36.22º 0.46% 0.94% -
XYZ 59.01 58.94 28.69 -
YUV 200.52 87.08 155.45 -
System Red Green Blue C M Y K H S L
Decimal 239 195 128 0 0.18 0.46 0.06 36.22 0.78 0.72
Hex EF C3 80 0 12 2E 6 24 4E 48
Octal 357 303 200 0 22 56 6 44 116 110
Binary 11101111 11000011 10000000 0 10010 101110 110 100100 1001110 1001000

Color Harmonies of #EFC380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC380

Black with #EFC380

Text Example


Text Example

White with #EFC380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC380; }

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

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

background-color css

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

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

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

border-color css

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

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

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