Html Css Color HEX #EFC283 Marzipan

📋 copy color: '#EFC283'

red 239 ◦ green 194 ◦ blue 131

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

Shades of Marzipan #EFC283

Tints of Marzipan #EFC283

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 23.23%

R = 42.38%
G = 34.4%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.45

 K value IS 0.06

RGB Variations

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

Color information

#EFC283 (or 0xEFC283) is known color: Marzipan. HEX triplet: EF, C2 and 83. RGB value is (239,194,131). Sum of RGB (Red+Green+Blue) = 239+194+131=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 131 (51.56% from 255 or 23.23% from 564); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC283 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC283 is #103D7C. Grayscale: #C8C8C8. Windows color (decimal): -1064317 or 8635119. OLE color: 8635119.

HSL color Cylindrical-coordinate representation of color #EFC283: hue angle of 35º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #EFC283 is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 194 131 -
CMYK 0 0.19 0.45 0.06
HSL 35º 0.77% 0.73% -
HSV(B) 35º 0.45% 0.94% -
XYZ 58.99 58.57 29.67 -
YUV 200.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 239 194 131 0 0.19 0.45 0.06 35 0.77 0.73
Hex EF C2 83 0 13 2D 6 23 4D 49
Octal 357 302 203 0 23 55 6 43 115 111
Binary 11101111 11000010 10000011 0 10011 101101 110 100011 1001101 1001001

Color Harmonies of #EFC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC283

Black with #EFC283

Text Example


Text Example

White with #EFC283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC283; }

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

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

background-color css

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

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

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

border-color css

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

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

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