Html Css Color HEX #EFC67E Marzipan

📋 copy color: '#EFC67E'

red 239 ◦ green 198 ◦ blue 126

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

Shades of Marzipan #EFC67E

Tints of Marzipan #EFC67E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.38%

R = 42.45%
G = 35.17%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFC67E (or 0xEFC67E) is known color: Marzipan. HEX triplet: EF, C6 and 7E. RGB value is (239,198,126). Sum of RGB (Red+Green+Blue) = 239+198+126=563 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.45% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 126 (49.61% from 255 or 22.38% from 563); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC67E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFC67E is #103981. Grayscale: #CACACA. Windows color (decimal): -1063298 or 8308463. OLE color: 8308463.

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

Color convert

RGB 239 198 126 -
CMYK 0 0.17 0.47 0.06
HSL 38.23º 0.78% 0.72% -
HSV(B) 38.23º 0.47% 0.94% -
XYZ 59.56 60.25 28.23 -
YUV 202.05 85.08 154.35 -
System Red Green Blue C M Y K H S L
Decimal 239 198 126 0 0.17 0.47 0.06 38.23 0.78 0.72
Hex EF C6 7E 0 11 2F 6 26 4E 48
Octal 357 306 176 0 21 57 6 46 116 110
Binary 11101111 11000110 1111110 0 10001 101111 110 100110 1001110 1001000

Color Harmonies of #EFC67E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC67E

Black with #EFC67E

Text Example


Text Example

White with #EFC67E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC67E; }

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

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

background-color css

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

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

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

border-color css

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

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

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