Html Css Color HEX #EFCD7F Marzipan

📋 copy color: '#EFCD7F'

red 239 ◦ green 205 ◦ blue 127

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

Shades of Marzipan #EFCD7F

Tints of Marzipan #EFCD7F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.9%

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

R = 41.86%
G = 35.9%
B = 22.24%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFCD7F (or 0xEFCD7F) is known color: Marzipan. HEX triplet: EF, CD and 7F. RGB value is (239,205,127). Sum of RGB (Red+Green+Blue) = 239+205+127=571 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.86% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 127 (50% from 255 or 22.24% from 571); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD7F is #103280. Grayscale: #CECECE. Windows color (decimal): -1061505 or 8375791. OLE color: 8375791.

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

Color convert

RGB 239 205 127 -
CMYK 0 0.14 0.47 0.06
HSL 41.79º 0.78% 0.72% -
HSV(B) 41.79º 0.47% 0.94% -
XYZ 61.26 63.55 29.12 -
YUV 206.27 83.26 151.34 -
System Red Green Blue C M Y K H S L
Decimal 239 205 127 0 0.14 0.47 0.06 41.79 0.78 0.72
Hex EF CD 7F 0 E 2F 6 2A 4E 48
Octal 357 315 177 0 16 57 6 52 116 110
Binary 11101111 11001101 1111111 0 1110 101111 110 101010 1001110 1001000

Color Harmonies of #EFCD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD7F

Black with #EFCD7F

Text Example


Text Example

White with #EFCD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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