Html Css Color HEX #EFC37F Marzipan

📋 copy color: '#EFC37F'

red 239 ◦ green 195 ◦ blue 127

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

Shades of Marzipan #EFC37F

Tints of Marzipan #EFC37F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 34.76%

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

R = 42.6%
G = 34.76%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFC37F (or 0xEFC37F) is known color: Marzipan. HEX triplet: EF, C3 and 7F. RGB value is (239,195,127). Sum of RGB (Red+Green+Blue) = 239+195+127=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 195 (76.56% from 255 or 34.76% from 561); Blue value is 127 (50% from 255 or 22.64% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC37F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC37F is #103C80. Grayscale: #C8C8C8. Windows color (decimal): -1064065 or 8373231. OLE color: 8373231.

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

Color convert

RGB 239 195 127 -
CMYK 0 0.18 0.47 0.06
HSL 36.43º 0.78% 0.72% -
HSV(B) 36.43º 0.47% 0.94% -
XYZ 58.94 58.91 28.34 -
YUV 200.4 86.58 155.53 -
System Red Green Blue C M Y K H S L
Decimal 239 195 127 0 0.18 0.47 0.06 36.43 0.78 0.72
Hex EF C3 7F 0 12 2F 6 24 4E 48
Octal 357 303 177 0 22 57 6 44 116 110
Binary 11101111 11000011 1111111 0 10010 101111 110 100100 1001110 1001000

Color Harmonies of #EFC37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC37F

Black with #EFC37F

Text Example


Text Example

White with #EFC37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC37F; }

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

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

background-color css

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

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

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

border-color css

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

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

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