Html Css Color HEX #EFC27F Marzipan

📋 copy color: '#EFC27F'

red 239 ◦ green 194 ◦ blue 127

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

Shades of Marzipan #EFC27F

Tints of Marzipan #EFC27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.68%

R = 42.68%
G = 34.64%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFC27F (or 0xEFC27F) is known color: Marzipan. HEX triplet: EF, C2 and 7F. RGB value is (239,194,127). Sum of RGB (Red+Green+Blue) = 239+194+127=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 194 (76.17% from 255 or 34.64% from 560); Blue value is 127 (50% from 255 or 22.68% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC27F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC27F is #103D80. Grayscale: #C8C8C8. Windows color (decimal): -1064321 or 8372975. OLE color: 8372975.

HSL color Cylindrical-coordinate representation of color #EFC27F: hue angle of 35.89º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EFC27F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 127 -
CMYK 0 0.19 0.47 0.06
HSL 35.89º 0.78% 0.72% -
HSV(B) 35.89º 0.47% 0.94% -
XYZ 58.72 58.47 28.27 -
YUV 199.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 239 194 127 0 0.19 0.47 0.06 35.89 0.78 0.72
Hex EF C2 7F 0 13 2F 6 24 4E 48
Octal 357 302 177 0 23 57 6 44 116 110
Binary 11101111 11000010 1111111 0 10011 101111 110 100100 1001110 1001000

Color Harmonies of #EFC27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC27F

Black with #EFC27F

Text Example


Text Example

White with #EFC27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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