Html Css Color HEX #EFC68A Marzipan

📋 copy color: '#EFC68A'

red 239 ◦ green 198 ◦ blue 138

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

Shades of Marzipan #EFC68A

Tints of Marzipan #EFC68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24%

R = 41.57%
G = 34.43%
B = 24%

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

#EFC68A (or 0xEFC68A) is known color: Marzipan. HEX triplet: EF, C6 and 8A. RGB value is (239,198,138). Sum of RGB (Red+Green+Blue) = 239+198+138=575 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.57% from 575); Green value is 198 (77.73% from 255 or 34.43% from 575); Blue value is 138 (54.30% from 255 or 24% from 575); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC68A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFC68A is #103975. Grayscale: #CBCBCB. Windows color (decimal): -1063286 or 9094895. OLE color: 9094895.

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

Color convert

RGB 239 198 138 -
CMYK 0 0.17 0.42 0.06
HSL 35.64º 0.76% 0.74% -
HSV(B) 35.64º 0.42% 0.94% -
XYZ 60.38 60.57 32.55 -
YUV 203.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 239 198 138 0 0.17 0.42 0.06 35.64 0.76 0.74
Hex EF C6 8A 0 11 2A 6 24 4C 4A
Octal 357 306 212 0 21 52 6 44 114 112
Binary 11101111 11000110 10001010 0 10001 101010 110 100100 1001100 1001010

Color Harmonies of #EFC68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC68A

Black with #EFC68A

Text Example


Text Example

White with #EFC68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC68A; }

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

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

background-color css

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

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

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

border-color css

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

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

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