Html Css Color HEX #EFC472 Marzipan

📋 copy color: '#EFC472'

red 239 ◦ green 196 ◦ blue 114

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

Shades of Marzipan #EFC472

Tints of Marzipan #EFC472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 20.77%

R = 43.53%
G = 35.7%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#EFC472 (or 0xEFC472) is known color: Marzipan. HEX triplet: EF, C4 and 72. RGB value is (239,196,114). Sum of RGB (Red+Green+Blue) = 239+196+114=549 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.53% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 114 (44.92% from 255 or 20.77% from 549); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC472 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC472 is #103B8D. Grayscale: #C7C7C7. Windows color (decimal): -1063822 or 7521519. OLE color: 7521519.

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

Color convert

RGB 239 196 114 -
CMYK 0 0.18 0.52 0.06
HSL 39.36º 0.8% 0.69% -
HSV(B) 39.36º 0.52% 0.94% -
XYZ 58.37 59.05 24.24 -
YUV 199.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 239 196 114 0 0.18 0.52 0.06 39.36 0.8 0.69
Hex EF C4 72 0 12 34 6 27 50 45
Octal 357 304 162 0 22 64 6 47 120 105
Binary 11101111 11000100 1110010 0 10010 110100 110 100111 1010000 1000101

Color Harmonies of #EFC472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC472

Black with #EFC472

Text Example


Text Example

White with #EFC472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC472; }

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

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

background-color css

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

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

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

border-color css

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

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

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