Html Css Color HEX #EFC68B Marzipan

📋 copy color: '#EFC68B'

red 239 ◦ green 198 ◦ blue 139

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

Shades of Marzipan #EFC68B

Tints of Marzipan #EFC68B

RGB

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

 GREEN value IS 198 (77.73% from 255) = 34.38%

 BLUE value IS 139 (54.69% from 255) = 24.13%

R = 41.49%
G = 34.38%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.42

 K value IS 0.06

RGB Variations

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

Color information

#EFC68B (or 0xEFC68B) is known color: Marzipan. HEX triplet: EF, C6 and 8B. RGB value is (239,198,139). Sum of RGB (Red+Green+Blue) = 239+198+139=576 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.49% from 576); Green value is 198 (77.73% from 255 or 34.38% from 576); Blue value is 139 (54.69% from 255 or 24.13% from 576); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC68B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC68B is #103974. Grayscale: #CBCBCB. Windows color (decimal): -1063285 or 9160431. OLE color: 9160431.

HSL color Cylindrical-coordinate representation of color #EFC68B: hue angle of 35.4º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFC68B is Cyan = 0, Magento = 0.17, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 198 139 -
CMYK 0 0.17 0.42 0.06
HSL 35.4º 0.76% 0.74% -
HSV(B) 35.4º 0.42% 0.94% -
XYZ 60.45 60.6 32.94 -
YUV 203.53 91.58 153.3 -
System Red Green Blue C M Y K H S L
Decimal 239 198 139 0 0.17 0.42 0.06 35.4 0.76 0.74
Hex EF C6 8B 0 11 2A 6 23 4C 4A
Octal 357 306 213 0 21 52 6 43 114 112
Binary 11101111 11000110 10001011 0 10001 101010 110 100011 1001100 1001010

Color Harmonies of #EFC68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC68B

Black with #EFC68B

Text Example


Text Example

White with #EFC68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC68B; }

 p { color: rgb(239,198,139); }

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

background-color css

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

 a { background-color: rgb(239,198,139); }

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

border-color css

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

 span { border-color: rgb(239,198,139); }

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