Html Css Color HEX #EFC77A Marzipan

📋 copy color: '#EFC77A'

red 239 ◦ green 199 ◦ blue 122

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

Shades of Marzipan #EFC77A

Tints of Marzipan #EFC77A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.54%

 BLUE value IS 122 (48.05% from 255) = 21.79%

R = 42.68%
G = 35.54%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFC77A (or 0xEFC77A) is known color: Marzipan. HEX triplet: EF, C7 and 7A. RGB value is (239,199,122). Sum of RGB (Red+Green+Blue) = 239+199+122=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 122 (48.05% from 255 or 21.79% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC77A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC77A is #103885. Grayscale: #CACACA. Windows color (decimal): -1063046 or 8046575. OLE color: 8046575.

HSL color Cylindrical-coordinate representation of color #EFC77A: hue angle of 39.49º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EFC77A is Cyan = 0, Magento = 0.17, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 199 122 -
CMYK 0 0.17 0.49 0.06
HSL 39.49º 0.79% 0.71% -
HSV(B) 39.49º 0.49% 0.94% -
XYZ 59.53 60.6 26.97 -
YUV 202.18 82.75 154.26 -
System Red Green Blue C M Y K H S L
Decimal 239 199 122 0 0.17 0.49 0.06 39.49 0.79 0.71
Hex EF C7 7A 0 11 31 6 27 4F 47
Octal 357 307 172 0 21 61 6 47 117 107
Binary 11101111 11000111 1111010 0 10001 110001 110 100111 1001111 1000111

Color Harmonies of #EFC77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC77A

Black with #EFC77A

Text Example


Text Example

White with #EFC77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC77A; }

 p { color: rgb(239,199,122); }

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

background-color css

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

 a { background-color: rgb(239,199,122); }

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

border-color css

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

 span { border-color: rgb(239,199,122); }

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