Html Css Color HEX #EFCB80 Marzipan

📋 copy color: '#EFCB80'

red 239 ◦ green 203 ◦ blue 128

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

Shades of Marzipan #EFCB80

Tints of Marzipan #EFCB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 22.46%

R = 41.93%
G = 35.61%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.06

RGB Variations

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

Color information

#EFCB80 (or 0xEFCB80) is known color: Marzipan. HEX triplet: EF, CB and 80. RGB value is (239,203,128). Sum of RGB (Red+Green+Blue) = 239+203+128=570 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.93% from 570); Green value is 203 (79.69% from 255 or 35.61% from 570); Blue value is 128 (50.39% from 255 or 22.46% from 570); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB80 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFCB80 is #10347F. Grayscale: #CDCDCD. Windows color (decimal): -1062016 or 8440815. OLE color: 8440815.

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

Color convert

RGB 239 203 128 -
CMYK 0 0.15 0.46 0.06
HSL 40.54º 0.78% 0.72% -
HSV(B) 40.54º 0.46% 0.94% -
XYZ 60.85 62.62 29.3 -
YUV 205.21 84.43 152.1 -
System Red Green Blue C M Y K H S L
Decimal 239 203 128 0 0.15 0.46 0.06 40.54 0.78 0.72
Hex EF CB 80 0 F 2E 6 29 4E 48
Octal 357 313 200 0 17 56 6 51 116 110
Binary 11101111 11001011 10000000 0 1111 101110 110 101001 1001110 1001000

Color Harmonies of #EFCB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB80

Black with #EFCB80

Text Example


Text Example

White with #EFCB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB80; }

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

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

background-color css

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

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

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

border-color css

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

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

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