Html Css Color HEX #EFCD7D Marzipan

📋 copy color: '#EFCD7D'

red 239 ◦ green 205 ◦ blue 125

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

Shades of Marzipan #EFCD7D

Tints of Marzipan #EFCD7D

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.03%

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

R = 42%
G = 36.03%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EFCD7D (or 0xEFCD7D) is known color: Marzipan. HEX triplet: EF, CD and 7D. RGB value is (239,205,125). Sum of RGB (Red+Green+Blue) = 239+205+125=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 125 (49.22% from 255 or 21.97% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCD7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCD7D is #103282. Grayscale: #CECECE. Windows color (decimal): -1061507 or 8244719. OLE color: 8244719.

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

Color convert

RGB 239 205 125 -
CMYK 0 0.14 0.48 0.06
HSL 42.11º 0.78% 0.71% -
HSV(B) 42.11º 0.48% 0.94% -
XYZ 61.13 63.49 28.44 -
YUV 206.05 82.26 151.5 -
System Red Green Blue C M Y K H S L
Decimal 239 205 125 0 0.14 0.48 0.06 42.11 0.78 0.71
Hex EF CD 7D 0 E 30 6 2A 4E 47
Octal 357 315 175 0 16 60 6 52 116 107
Binary 11101111 11001101 1111101 0 1110 110000 110 101010 1001110 1000111

Color Harmonies of #EFCD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCD7D

Black with #EFCD7D

Text Example


Text Example

White with #EFCD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCD7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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