Html Css Color HEX #EFC482 Marzipan

📋 copy color: '#EFC482'

red 239 ◦ green 196 ◦ blue 130

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

Shades of Marzipan #EFC482

Tints of Marzipan #EFC482

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.69%

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

R = 42.3%
G = 34.69%
B = 23.01%

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

#EFC482 (or 0xEFC482) is known color: Marzipan. HEX triplet: EF, C4 and 82. RGB value is (239,196,130). Sum of RGB (Red+Green+Blue) = 239+196+130=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 196 (76.95% from 255 or 34.69% from 565); Blue value is 130 (51.17% from 255 or 23.01% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC482 is #103B7D. Grayscale: #C9C9C9. Windows color (decimal): -1063806 or 8570095. OLE color: 8570095.

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

Color convert

RGB 239 196 130 -
CMYK 0 0.18 0.46 0.06
HSL 36.33º 0.77% 0.72% -
HSV(B) 36.33º 0.46% 0.94% -
XYZ 59.37 59.44 29.46 -
YUV 201.33 87.75 154.87 -
System Red Green Blue C M Y K H S L
Decimal 239 196 130 0 0.18 0.46 0.06 36.33 0.77 0.72
Hex EF C4 82 0 12 2E 6 24 4D 48
Octal 357 304 202 0 22 56 6 44 115 110
Binary 11101111 11000100 10000010 0 10010 101110 110 100100 1001101 1001000

Color Harmonies of #EFC482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC482

Black with #EFC482

Text Example


Text Example

White with #EFC482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC482; }

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

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

background-color css

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

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

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

border-color css

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

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

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