Html Css Color HEX #EFECA0 Portafino

📋 copy color: '#EFECA0'

red 239 ◦ green 236 ◦ blue 160

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

Shades of Portafino #EFECA0

Tints of Portafino #EFECA0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.17%

 BLUE value IS 160 (62.89% from 255) = 25.2%

R = 37.64%
G = 37.17%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#EFECA0 (or 0xEFECA0) is known color: Portafino. HEX triplet: EF, EC and A0. RGB value is (239,236,160). Sum of RGB (Red+Green+Blue) = 239+236+160=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 236 (92.58% from 255 or 37.17% from 635); Blue value is 160 (62.89% from 255 or 25.20% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECA0 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #EFECA0 is #10135F. Grayscale: #E4E4E4. Windows color (decimal): -1053536 or 10546415. OLE color: 10546415.

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

Color convert

RGB 239 236 160 -
CMYK 0 0.01 0.33 0.06
HSL 57.72º 0.71% 0.78% -
HSV(B) 57.72º 0.33% 0.94% -
XYZ 71.94 80.88 45.08 -
YUV 228.23 89.49 135.68 -
System Red Green Blue C M Y K H S L
Decimal 239 236 160 0 0.01 0.33 0.06 57.72 0.71 0.78
Hex EF EC A0 0 1 21 6 3A 47 4E
Octal 357 354 240 0 1 41 6 72 107 116
Binary 11101111 11101100 10100000 0 1 100001 110 111010 1000111 1001110

Color Harmonies of #EFECA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECA0

Black with #EFECA0

Text Example


Text Example

White with #EFECA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECA0; }

 p { color: rgb(239,236,160); }

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

background-color css

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

 a { background-color: rgb(239,236,160); }

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

border-color css

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

 span { border-color: rgb(239,236,160); }

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