Html Css Color HEX #EFC474 Marzipan

📋 copy color: '#EFC474'

red 239 ◦ green 196 ◦ blue 116

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

Shades of Marzipan #EFC474

Tints of Marzipan #EFC474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 21.05%

R = 43.38%
G = 35.57%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFC474 (or 0xEFC474) is known color: Marzipan. HEX triplet: EF, C4 and 74. RGB value is (239,196,116). Sum of RGB (Red+Green+Blue) = 239+196+116=551 (72% of max value = 765). Red value is 239 (93.75% from 255 or 43.38% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC474 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC474 is #103B8B. Grayscale: #C8C8C8. Windows color (decimal): -1063820 or 7652591. OLE color: 7652591.

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

Color convert

RGB 239 196 116 -
CMYK 0 0.18 0.51 0.06
HSL 39.02º 0.79% 0.7% -
HSV(B) 39.02º 0.51% 0.94% -
XYZ 58.49 59.09 24.85 -
YUV 199.74 80.75 156 -
System Red Green Blue C M Y K H S L
Decimal 239 196 116 0 0.18 0.51 0.06 39.02 0.79 0.7
Hex EF C4 74 0 12 33 6 27 4F 46
Octal 357 304 164 0 22 63 6 47 117 106
Binary 11101111 11000100 1110100 0 10010 110011 110 100111 1001111 1000110

Color Harmonies of #EFC474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC474

Black with #EFC474

Text Example


Text Example

White with #EFC474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC474; }

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

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

background-color css

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

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

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

border-color css

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

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

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