Html Css Color HEX #EFC381 Marzipan

📋 copy color: '#EFC381'

red 239 ◦ green 195 ◦ blue 129

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

Shades of Marzipan #EFC381

Tints of Marzipan #EFC381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.91%

R = 42.45%
G = 34.64%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFC381 (or 0xEFC381) is known color: Marzipan. HEX triplet: EF, C3 and 81. RGB value is (239,195,129). Sum of RGB (Red+Green+Blue) = 239+195+129=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 195 (76.56% from 255 or 34.64% from 563); Blue value is 129 (50.78% from 255 or 22.91% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC381 is #103C7E. Grayscale: #C8C8C8. Windows color (decimal): -1064063 or 8504303. OLE color: 8504303.

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

Color convert

RGB 239 195 129 -
CMYK 0 0.18 0.46 0.06
HSL 36º 0.77% 0.72% -
HSV(B) 36º 0.46% 0.94% -
XYZ 59.07 58.97 29.04 -
YUV 200.63 87.58 155.37 -
System Red Green Blue C M Y K H S L
Decimal 239 195 129 0 0.18 0.46 0.06 36 0.77 0.72
Hex EF C3 81 0 12 2E 6 24 4D 48
Octal 357 303 201 0 22 56 6 44 115 110
Binary 11101111 11000011 10000001 0 10010 101110 110 100100 1001101 1001000

Color Harmonies of #EFC381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC381

Black with #EFC381

Text Example


Text Example

White with #EFC381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC381; }

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

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

background-color css

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

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

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

border-color css

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

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

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