Html Css Color HEX #EFC674 Marzipan

📋 copy color: '#EFC674'

red 239 ◦ green 198 ◦ blue 116

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

Shades of Marzipan #EFC674

Tints of Marzipan #EFC674

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.8%

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

R = 43.22%
G = 35.8%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#EFC674 (or 0xEFC674) is known color: Marzipan. HEX triplet: EF, C6 and 74. RGB value is (239,198,116). Sum of RGB (Red+Green+Blue) = 239+198+116=553 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.22% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 116 (45.70% from 255 or 20.98% from 553); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC674 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC674 is #10398B. Grayscale: #C9C9C9. Windows color (decimal): -1063308 or 7653103. OLE color: 7653103.

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

Color convert

RGB 239 198 116 -
CMYK 0 0.17 0.51 0.06
HSL 40º 0.79% 0.7% -
HSV(B) 40º 0.51% 0.94% -
XYZ 58.94 60 25 -
YUV 200.91 80.08 155.17 -
System Red Green Blue C M Y K H S L
Decimal 239 198 116 0 0.17 0.51 0.06 40 0.79 0.7
Hex EF C6 74 0 11 33 6 28 4F 46
Octal 357 306 164 0 21 63 6 50 117 106
Binary 11101111 11000110 1110100 0 10001 110011 110 101000 1001111 1000110

Color Harmonies of #EFC674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC674

Black with #EFC674

Text Example


Text Example

White with #EFC674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC674; }

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

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

background-color css

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

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

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

border-color css

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

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

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