Html Css Color HEX #EFC582 Marzipan

📋 copy color: '#EFC582'

red 239 ◦ green 197 ◦ blue 130

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

Shades of Marzipan #EFC582

Tints of Marzipan #EFC582

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.81%

 BLUE value IS 130 (51.17% from 255) = 22.97%

R = 42.23%
G = 34.81%
B = 22.97%

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

#EFC582 (or 0xEFC582) is known color: Marzipan. HEX triplet: EF, C5 and 82. RGB value is (239,197,130). Sum of RGB (Red+Green+Blue) = 239+197+130=566 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.23% from 566); Green value is 197 (77.34% from 255 or 34.81% from 566); Blue value is 130 (51.17% from 255 or 22.97% from 566); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC582 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC582 is #103A7D. Grayscale: #CACACA. Windows color (decimal): -1063550 or 8570351. OLE color: 8570351.

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

Color convert

RGB 239 197 130 -
CMYK 0 0.18 0.46 0.06
HSL 36.88º 0.77% 0.72% -
HSV(B) 36.88º 0.46% 0.94% -
XYZ 59.59 59.89 29.54 -
YUV 201.92 87.41 154.45 -
System Red Green Blue C M Y K H S L
Decimal 239 197 130 0 0.18 0.46 0.06 36.88 0.77 0.72
Hex EF C5 82 0 12 2E 6 25 4D 48
Octal 357 305 202 0 22 56 6 45 115 110
Binary 11101111 11000101 10000010 0 10010 101110 110 100101 1001101 1001000

Color Harmonies of #EFC582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC582

Black with #EFC582

Text Example


Text Example

White with #EFC582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC582; }

 p { color: rgb(239,197,130); }

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

background-color css

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

 a { background-color: rgb(239,197,130); }

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

border-color css

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

 span { border-color: rgb(239,197,130); }

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