Html Css Color HEX #EFCB7F Marzipan

📋 copy color: '#EFCB7F'

red 239 ◦ green 203 ◦ blue 127

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

Shades of Marzipan #EFCB7F

Tints of Marzipan #EFCB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.32%

R = 42%
G = 35.68%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EFCB7F (or 0xEFCB7F) is known color: Marzipan. HEX triplet: EF, CB and 7F. RGB value is (239,203,127). Sum of RGB (Red+Green+Blue) = 239+203+127=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 127 (50% from 255 or 22.32% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB7F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB7F is #103480. Grayscale: #CDCDCD. Windows color (decimal): -1062017 or 8375279. OLE color: 8375279.

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

Color convert

RGB 239 203 127 -
CMYK 0 0.15 0.47 0.06
HSL 40.71º 0.78% 0.72% -
HSV(B) 40.71º 0.47% 0.94% -
XYZ 60.78 62.59 28.96 -
YUV 205.1 83.93 152.18 -
System Red Green Blue C M Y K H S L
Decimal 239 203 127 0 0.15 0.47 0.06 40.71 0.78 0.72
Hex EF CB 7F 0 F 2F 6 29 4E 48
Octal 357 313 177 0 17 57 6 51 116 110
Binary 11101111 11001011 1111111 0 1111 101111 110 101001 1001110 1001000

Color Harmonies of #EFCB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB7F

Black with #EFCB7F

Text Example


Text Example

White with #EFCB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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