Html Css Color HEX #EFCD77 Marzipan

📋 copy color: '#EFCD77'

red 239 ◦ green 205 ◦ blue 119

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

Shades of Marzipan #EFCD77

Tints of Marzipan #EFCD77

RGB

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

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

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

R = 42.45%
G = 36.41%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.50

 K value IS 0.06

RGB Variations

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

Color information

#EFCD77 (or 0xEFCD77) is known color: Marzipan. HEX triplet: EF, CD and 77. RGB value is (239,205,119). Sum of RGB (Red+Green+Blue) = 239+205+119=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 119 (46.88% from 255 or 21.14% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD77 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD77 is #103288. Grayscale: #CDCDCD. Windows color (decimal): -1061513 or 7851503. OLE color: 7851503.

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

Color convert

RGB 239 205 119 -
CMYK 0 0.14 0.50 0.06
HSL 43º 0.79% 0.7% -
HSV(B) 43º 0.5% 0.94% -
XYZ 60.76 63.35 26.48 -
YUV 205.36 79.26 151.99 -
System Red Green Blue C M Y K H S L
Decimal 239 205 119 0 0.14 0.50 0.06 43 0.79 0.7
Hex EF CD 77 0 E 32 6 2B 4F 46
Octal 357 315 167 0 16 62 6 53 117 106
Binary 11101111 11001101 1110111 0 1110 110010 110 101011 1001111 1000110

Color Harmonies of #EFCD77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD77

Black with #EFCD77

Text Example


Text Example

White with #EFCD77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD77; }

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

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

background-color css

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

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

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

border-color css

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

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

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