Html Css Color HEX #EFC37A Marzipan

📋 copy color: '#EFC37A'

red 239 ◦ green 195 ◦ blue 122

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

Shades of Marzipan #EFC37A

Tints of Marzipan #EFC37A

RGB

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

 GREEN value IS 195 (76.56% from 255) = 35.07%

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

R = 42.99%
G = 35.07%
B = 21.94%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EFC37A (or 0xEFC37A) is known color: Marzipan. HEX triplet: EF, C3 and 7A. RGB value is (239,195,122). Sum of RGB (Red+Green+Blue) = 239+195+122=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 195 (76.56% from 255 or 35.07% from 556); Blue value is 122 (48.05% from 255 or 21.94% from 556); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC37A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC37A is #103C85. Grayscale: #C8C8C8. Windows color (decimal): -1064070 or 8045551. OLE color: 8045551.

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

Color convert

RGB 239 195 122 -
CMYK 0 0.18 0.49 0.06
HSL 37.44º 0.79% 0.71% -
HSV(B) 37.44º 0.49% 0.94% -
XYZ 58.62 58.79 26.67 -
YUV 199.83 84.08 155.94 -
System Red Green Blue C M Y K H S L
Decimal 239 195 122 0 0.18 0.49 0.06 37.44 0.79 0.71
Hex EF C3 7A 0 12 31 6 25 4F 47
Octal 357 303 172 0 22 61 6 45 117 107
Binary 11101111 11000011 1111010 0 10010 110001 110 100101 1001111 1000111

Color Harmonies of #EFC37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC37A

Black with #EFC37A

Text Example


Text Example

White with #EFC37A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC37A; }

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

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

background-color css

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

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

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

border-color css

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

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

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