Html Css Color HEX #EFCB7E Marzipan

📋 copy color: '#EFCB7E'

red 239 ◦ green 203 ◦ blue 126

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

Shades of Marzipan #EFCB7E

Tints of Marzipan #EFCB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.18%

R = 42.08%
G = 35.74%
B = 22.18%

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

#EFCB7E (or 0xEFCB7E) is known color: Marzipan. HEX triplet: EF, CB and 7E. RGB value is (239,203,126). Sum of RGB (Red+Green+Blue) = 239+203+126=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 126 (49.61% from 255 or 22.18% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCB7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFCB7E is #103481. Grayscale: #CDCDCD. Windows color (decimal): -1062018 or 8309743. OLE color: 8309743.

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

Color convert

RGB 239 203 126 -
CMYK 0 0.15 0.47 0.06
HSL 40.88º 0.78% 0.72% -
HSV(B) 40.88º 0.47% 0.94% -
XYZ 60.72 62.57 28.62 -
YUV 204.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 239 203 126 0 0.15 0.47 0.06 40.88 0.78 0.72
Hex EF CB 7E 0 F 2F 6 29 4E 48
Octal 357 313 176 0 17 57 6 51 116 110
Binary 11101111 11001011 1111110 0 1111 101111 110 101001 1001110 1001000

Color Harmonies of #EFCB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCB7E

Black with #EFCB7E

Text Example


Text Example

White with #EFCB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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