Html Css Color HEX #EFCB7D Marzipan

📋 copy color: '#EFCB7D'

red 239 ◦ green 203 ◦ blue 125

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

Shades of Marzipan #EFCB7D

Tints of Marzipan #EFCB7D

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.8%

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

R = 42.15%
G = 35.8%
B = 22.05%

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

#EFCB7D (or 0xEFCB7D) is known color: Marzipan. HEX triplet: EF, CB and 7D. RGB value is (239,203,125). Sum of RGB (Red+Green+Blue) = 239+203+125=567 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.15% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 125 (49.22% from 255 or 22.05% from 567); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB7D is #103482. Grayscale: #CDCDCD. Windows color (decimal): -1062019 or 8244207. OLE color: 8244207.

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

Color convert

RGB 239 203 125 -
CMYK 0 0.15 0.48 0.06
HSL 41.05º 0.78% 0.71% -
HSV(B) 41.05º 0.48% 0.94% -
XYZ 60.65 62.54 28.28 -
YUV 204.87 82.93 152.34 -
System Red Green Blue C M Y K H S L
Decimal 239 203 125 0 0.15 0.48 0.06 41.05 0.78 0.71
Hex EF CB 7D 0 F 30 6 29 4E 47
Octal 357 313 175 0 17 60 6 51 116 107
Binary 11101111 11001011 1111101 0 1111 110000 110 101001 1001110 1000111

Color Harmonies of #EFCB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB7D

Black with #EFCB7D

Text Example


Text Example

White with #EFCB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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