Html Css Color HEX #EFC27A Marzipan

📋 copy color: '#EFC27A'

red 239 ◦ green 194 ◦ blue 122

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

Shades of Marzipan #EFC27A

Tints of Marzipan #EFC27A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 34.95%

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

R = 43.06%
G = 34.95%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFC27A (or 0xEFC27A) is known color: Marzipan. HEX triplet: EF, C2 and 7A. RGB value is (239,194,122). Sum of RGB (Red+Green+Blue) = 239+194+122=555 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.06% from 555); Green value is 194 (76.17% from 255 or 34.95% from 555); Blue value is 122 (48.05% from 255 or 21.98% from 555); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC27A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC27A is #103D85. Grayscale: #C7C7C7. Windows color (decimal): -1064326 or 8045295. OLE color: 8045295.

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

Color convert

RGB 239 194 122 -
CMYK 0 0.19 0.49 0.06
HSL 36.92º 0.79% 0.71% -
HSV(B) 36.92º 0.49% 0.94% -
XYZ 58.4 58.34 26.59 -
YUV 199.25 84.41 156.35 -
System Red Green Blue C M Y K H S L
Decimal 239 194 122 0 0.19 0.49 0.06 36.92 0.79 0.71
Hex EF C2 7A 0 13 31 6 25 4F 47
Octal 357 302 172 0 23 61 6 45 117 107
Binary 11101111 11000010 1111010 0 10011 110001 110 100101 1001111 1000111

Color Harmonies of #EFC27A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC27A

Black with #EFC27A

Text Example


Text Example

White with #EFC27A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC27A; }

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

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

background-color css

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

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

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

border-color css

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

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

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