Html Css Color HEX #EFC97A Marzipan

📋 copy color: '#EFC97A'

red 239 ◦ green 201 ◦ blue 122

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

Shades of Marzipan #EFC97A

Tints of Marzipan #EFC97A

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.77%

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

R = 42.53%
G = 35.77%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFC97A (or 0xEFC97A) is known color: Marzipan. HEX triplet: EF, C9 and 7A. RGB value is (239,201,122). Sum of RGB (Red+Green+Blue) = 239+201+122=562 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.53% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 122 (48.05% from 255 or 21.71% from 562); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC97A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC97A is #103685. Grayscale: #CBCBCB. Windows color (decimal): -1062534 or 8047087. OLE color: 8047087.

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

Color convert

RGB 239 201 122 -
CMYK 0 0.16 0.49 0.06
HSL 40.51º 0.79% 0.71% -
HSV(B) 40.51º 0.49% 0.94% -
XYZ 60 61.53 27.13 -
YUV 203.36 82.09 153.42 -
System Red Green Blue C M Y K H S L
Decimal 239 201 122 0 0.16 0.49 0.06 40.51 0.79 0.71
Hex EF C9 7A 0 10 31 6 29 4F 47
Octal 357 311 172 0 20 61 6 51 117 107
Binary 11101111 11001001 1111010 0 10000 110001 110 101001 1001111 1000111

Color Harmonies of #EFC97A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC97A

Black with #EFC97A

Text Example


Text Example

White with #EFC97A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC97A; }

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

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

background-color css

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

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

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

border-color css

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

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

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