Html Css Color HEX #EFC88D Marzipan

📋 copy color: '#EFC88D'

red 239 ◦ green 200 ◦ blue 141

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

Shades of Marzipan #EFC88D

Tints of Marzipan #EFC88D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.48%

 BLUE value IS 141 (55.47% from 255) = 24.31%

R = 41.21%
G = 34.48%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.41

 K value IS 0.06

RGB Variations

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

Color information

#EFC88D (or 0xEFC88D) is known color: Marzipan. HEX triplet: EF, C8 and 8D. RGB value is (239,200,141). Sum of RGB (Red+Green+Blue) = 239+200+141=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 200 (78.52% from 255 or 34.48% from 580); Blue value is 141 (55.47% from 255 or 24.31% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC88D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC88D is #103772. Grayscale: #CDCDCD. Windows color (decimal): -1062771 or 9292015. OLE color: 9292015.

HSL color Cylindrical-coordinate representation of color #EFC88D: hue angle of 36.12º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EFC88D is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 141 -
CMYK 0 0.16 0.41 0.06
HSL 36.12º 0.75% 0.75% -
HSV(B) 36.12º 0.41% 0.94% -
XYZ 61.06 61.58 33.87 -
YUV 204.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 239 200 141 0 0.16 0.41 0.06 36.12 0.75 0.75
Hex EF C8 8D 0 10 29 6 24 4B 4B
Octal 357 310 215 0 20 51 6 44 113 113
Binary 11101111 11001000 10001101 0 10000 101001 110 100100 1001011 1001011

Color Harmonies of #EFC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC88D

Black with #EFC88D

Text Example


Text Example

White with #EFC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC88D; }

 p { color: rgb(239,200,141); }

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

background-color css

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

 a { background-color: rgb(239,200,141); }

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

border-color css

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

 span { border-color: rgb(239,200,141); }

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