Html Css Color HEX #EFC277 Marzipan

📋 copy color: '#EFC277'

red 239 ◦ green 194 ◦ blue 119

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

Shades of Marzipan #EFC277

Tints of Marzipan #EFC277

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.14%

 BLUE value IS 119 (46.88% from 255) = 21.56%

R = 43.3%
G = 35.14%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFC277 (or 0xEFC277) is known color: Marzipan. HEX triplet: EF, C2 and 77. RGB value is (239,194,119). Sum of RGB (Red+Green+Blue) = 239+194+119=552 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.30% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 119 (46.88% from 255 or 21.56% from 552); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC277 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC277 is #103D88. Grayscale: #C7C7C7. Windows color (decimal): -1064329 or 7848687. OLE color: 7848687.

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

Color convert

RGB 239 194 119 -
CMYK 0 0.19 0.50 0.06
HSL 37.5º 0.79% 0.7% -
HSV(B) 37.5º 0.5% 0.94% -
XYZ 58.22 58.27 25.63 -
YUV 198.91 82.91 156.6 -
System Red Green Blue C M Y K H S L
Decimal 239 194 119 0 0.19 0.50 0.06 37.5 0.79 0.7
Hex EF C2 77 0 13 32 6 26 4F 46
Octal 357 302 167 0 23 62 6 46 117 106
Binary 11101111 11000010 1110111 0 10011 110010 110 100110 1001111 1000110

Color Harmonies of #EFC277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC277

Black with #EFC277

Text Example


Text Example

White with #EFC277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC277; }

 p { color: rgb(239,194,119); }

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

background-color css

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

 a { background-color: rgb(239,194,119); }

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

border-color css

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

 span { border-color: rgb(239,194,119); }

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