Html Css Color HEX #EFCC7D Marzipan

📋 copy color: '#EFCC7D'

red 239 ◦ green 204 ◦ blue 125

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

Shades of Marzipan #EFCC7D

Tints of Marzipan #EFCC7D

RGB

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

 GREEN value IS 204 (80.08% from 255) = 35.92%

 BLUE value IS 125 (49.22% from 255) = 22.01%

R = 42.08%
G = 35.92%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFCC7D (or 0xEFCC7D) is known color: Marzipan. HEX triplet: EF, CC and 7D. RGB value is (239,204,125). Sum of RGB (Red+Green+Blue) = 239+204+125=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 125 (49.22% from 255 or 22.01% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCC7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCC7D is #103382. Grayscale: #CDCDCD. Windows color (decimal): -1061763 or 8244463. OLE color: 8244463.

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

Color convert

RGB 239 204 125 -
CMYK 0 0.15 0.48 0.06
HSL 41.58º 0.78% 0.71% -
HSV(B) 41.58º 0.48% 0.94% -
XYZ 60.89 63.02 28.36 -
YUV 205.46 82.6 151.92 -
System Red Green Blue C M Y K H S L
Decimal 239 204 125 0 0.15 0.48 0.06 41.58 0.78 0.71
Hex EF CC 7D 0 F 30 6 2A 4E 47
Octal 357 314 175 0 17 60 6 52 116 107
Binary 11101111 11001100 1111101 0 1111 110000 110 101010 1001110 1000111

Color Harmonies of #EFCC7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCC7D

Black with #EFCC7D

Text Example


Text Example

White with #EFCC7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCC7D; }

 p { color: rgb(239,204,125); }

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

background-color css

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

 a { background-color: rgb(239,204,125); }

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

border-color css

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

 span { border-color: rgb(239,204,125); }

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